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

/solaris-userland/components/apache24/mod_auth_gss/
H A Dmod_auth_gss.c258 const char *auth_line, char **negotiate_ret_value)
272 *negotiate_ret_value = (char *)"";
408 *negotiate_ret_value = token;
416 *negotiate_ret_value = NULL;
483 char *negotiate_ret_value)
497 if (negotiate_ret_value != NULL) {
498 negoauth_param = (*negotiate_ret_value == '\0') ? "Negotiate" :
499 apr_pstrcat(r->pool, "Negotiate ", negotiate_ret_value, NULL);
514 char *negotiate_ret_value; local
544 ret = authenticate_user_gss(r, conf, auth_line, &negotiate_ret_value);
257 authenticate_user_gss(request_rec *r, gss_auth_config *conf, const char *auth_line, char **negotiate_ret_value) argument
482 note_gss_auth_failure(request_rec *r, const gss_auth_config *conf, char *negotiate_ret_value) argument
[all...]

Completed in 13 milliseconds