Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dmod_auth.c184 const char *auth_type = NULL; in mod_auth_uri_handler() local
249 auth_type = "Basic"; in mod_auth_uri_handler()
256 auth_type = "Digest"; in mod_auth_uri_handler()
316 buffer_copy_string(ds->value, auth_type); in mod_auth_uri_handler()