Searched defs:ap_auth_type (Results 1 - 3 of 3) sorted by relevance

/httpd/modules/aaa/
H A Dmod_authn_core.c48 - Track down all of the references to r->ap_auth_type
49 and change them to ap_auth_type()
50 - Remove ap_auth_type and ap_auth_name from the
56 ap_expr_info_t *ap_auth_type; member in struct:__anon56
91 conf->ap_auth_type = new->ap_auth_type;
95 conf->ap_auth_type = base->ap_auth_type;
321 aconfig->ap_auth_type = ap_expr_parse_cmd(cmd, word1, AP_EXPR_FLAG_STRING_RESULT,
341 if (conf->ap_auth_type) {
[all...]
/httpd/include/
H A Dhttpd.h951 char *ap_auth_type; member in struct:request_rec
/httpd/server/
H A Dcore.c737 AP_DECLARE(const char *) ap_auth_type(request_rec *r) function

Completed in 38 milliseconds