Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dmod_auth.c69 buffer_free(s->auth_htpasswd_userfile); in FREE_FUNC()
106 PATCH(auth_htpasswd_userfile); in mod_auth_patch_connection()
144 PATCH(auth_htpasswd_userfile); in mod_auth_patch_connection()
359 s->auth_htpasswd_userfile = buffer_init(); in SETDEFAULTS_FUNC()
392 cv[13].destination = s->auth_htpasswd_userfile; in SETDEFAULTS_FUNC()
H A Dhttp_auth.h28 buffer *auth_htpasswd_userfile; member
H A Dhttp_auth.c236 …auth_fn = (p->conf.auth_backend == AUTH_BACKEND_HTPASSWD) ? p->conf.auth_htpasswd_userfile : p->co… in http_auth_get_password()