Searched defs:authname (Results 1 - 1 of 1) sorted by relevance
/httpd/modules/aaa/ |
H A D | mod_auth_form.c | 439 const char *authname; local 452 authname = ap_auth_name(r); 454 apr_table_setn(notes, apr_pstrcat(r->pool, authname, "-user", NULL), user); 457 apr_table_setn(notes, apr_pstrcat(r->pool, authname, "-pw", NULL), pw); 460 apr_table_setn(notes, apr_pstrcat(r->pool, authname, "-method", NULL), method); 463 apr_table_setn(notes, apr_pstrcat(r->pool, authname, "-mimetype", NULL), mimetype); 476 const char *authname; local 489 authname = ap_auth_name(m); 491 *user = (char *) apr_table_get(m->notes, apr_pstrcat(m->pool, authname, "-user", NULL)); 494 *pw = (char *) apr_table_get(m->notes, apr_pstrcat(m->pool, authname, " 525 const char *authname = ap_auth_name(r); local 549 const char *authname = ap_auth_name(r); local [all...] |
Completed in 35 milliseconds