Searched defs:auth (Results 1 - 4 of 4) sorted by relevance

/httpd/modules/cache/
H A Dmod_cache.c86 const char *auth; local
126 auth = apr_table_get(r->headers_in, "Authorization");
131 if (auth) {
/httpd/modules/ssl/
H A Dssl_private.h628 modssl_auth_ctx_t auth; member in struct:__anon343
/httpd/modules/dav/main/
H A Dmod_dav.c2689 const char *auth = apr_table_get(lookup.rnew->err_headers_out, local
2691 if (lookup.rnew->status == HTTP_UNAUTHORIZED && auth != NULL) {
2695 apr_pstrdup(r->pool, auth));
/httpd/support/
H A Dab.c43 ** - Added Cookie, Arbitrary header and auth support. <dirkx@webweaving.org>, April 1999
289 *auth, /* optional (basic/uuencoded) auhentication */ variable
1733 cookie, auth, hdrs);
1746 cookie, auth,
2139 auth = "";
2264 auth = apr_pstrcat(cntxt, auth, "Authorization: Basic ", tmp,
2279 auth = apr_pstrcat(cntxt, auth, "Proxy-Authorization: Basic ",

Completed in 39 milliseconds