Home
last modified time | relevance | path

Searched refs:http_auth_match_rules (Results 1 – 1 of 1) sorted by relevance

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dhttp_auth.c307 static int http_auth_match_rules(server *srv, mod_auth_plugin_data *p, const char *url, const char … in http_auth_match_rules() function
894 if (http_auth_match_rules(srv, p, url->ptr, username->ptr, NULL, NULL)) { in http_auth_basic_check()
1156 if (http_auth_match_rules(srv, p, url->ptr, username, NULL, NULL)) { in http_auth_digest_check()