Home
last modified time | relevance | path

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

/external/libwebsockets/lib/roles/http/
Dprivate-lib-roles-http.h306 lws_check_basic_auth(struct lws *wsi, const char *basic_auth_login_file, unsigned int auth_mode);
/external/libwebsockets/include/libwebsockets/
Dlws-context-vhost.h1121 const char *basic_auth_login_file; member
/external/libwebsockets/lib/roles/http/server/
Dserver.c975 lws_check_basic_auth(struct lws *wsi, const char *basic_auth_login_file, in lws_check_basic_auth() argument
982 if (!basic_auth_login_file && auth_mode == LWSAUTHM_DEFAULT) in lws_check_basic_auth()
1028 if (lws_find_string_in_file(basic_auth_login_file, plain, m)) in lws_check_basic_auth()
1557 switch (lws_check_basic_auth(wsi, hit->basic_auth_login_file, in lws_http_action()
Dlejp-conf.c675 a->m.basic_auth_login_file = a->p; in lejp_vhosts_cb()