Searched defs:ap_auth_name (Results 1 - 2 of 2) sorted by relevance

/httpd/modules/aaa/
H A Dmod_authn_core.c50 - Remove ap_auth_type and ap_auth_name from the
58 ap_expr_info_t *ap_auth_name; member in struct:__anon56
99 if (new->ap_auth_name) {
100 conf->ap_auth_name = new->ap_auth_name;
102 conf->ap_auth_name = base->ap_auth_name;
304 aconfig->ap_auth_name = ap_expr_parse_cmd(cmd, word1, AP_EXPR_FLAG_STRING_RESULT,
364 if (conf->ap_auth_name) {
365 name = ap_expr_str_exec(r, conf->ap_auth_name,
[all...]
/httpd/server/
H A Dcore.c751 AP_DECLARE(const char *) ap_auth_name(request_rec *r) function

Completed in 24 milliseconds