Searched refs:auth_line (Results 1 - 2 of 2) sorted by relevance

/solaris-userland-s11u3/components/apache2/mod_auth_gss/
H A Dmod_auth_gss.c305 const char *auth_line, char **negotiate_ret_value)
359 auth_param = ap_getword_white(r->pool, &auth_line);
559 const char *auth_line = NULL; local
576 auth_line = apr_table_get(r->headers_in, "Authorization");
578 if (!auth_line) {
585 auth_type = ap_getword_white(r->pool, &auth_line);
591 ret = authenticate_user_gss(r, conf, auth_line, &negotiate_ret_value);
304 authenticate_user_gss(request_rec *r, gss_auth_config *conf, const char *auth_line, char **negotiate_ret_value) argument
/solaris-userland-s11u3/components/apache24/mod_auth_gss/
H A Dmod_auth_gss.c265 const char *auth_line, char **negotiate_ret_value)
319 auth_param = ap_getword_white(r->pool, &auth_line);
519 const char *auth_line = NULL; local
536 auth_line = apr_table_get(r->headers_in, "Authorization");
538 if (!auth_line) {
545 auth_type = ap_getword_white(r->pool, &auth_line);
551 ret = authenticate_user_gss(r, conf, auth_line, &negotiate_ret_value);
264 authenticate_user_gss(request_rec *r, gss_auth_config *conf, const char *auth_line, char **negotiate_ret_value) argument

Completed in 14 milliseconds