Home
last modified time | relevance | path

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

/dports/net/libwebsockets/libwebsockets-v4.2.2/lib/roles/http/
H A Dprivate-lib-roles-http.h311 lws_check_basic_auth(struct lws *wsi, const char *basic_auth_login_file, unsigned int auth_mode);
/dports/net/libwebsockets/libwebsockets-v4.2.2/include/libwebsockets/
H A Dlws-context-vhost.h1266 const char *basic_auth_login_file; member
/dports/net/libwebsockets/libwebsockets-v4.2.2/lib/roles/http/server/
H A Dserver.c1030 lws_check_basic_auth(struct lws *wsi, const char *basic_auth_login_file, in lws_check_basic_auth() argument
1037 if (!basic_auth_login_file && auth_mode == LWSAUTHM_DEFAULT) in lws_check_basic_auth()
1083 if (lws_find_string_in_file(basic_auth_login_file, plain, m)) in lws_check_basic_auth()
1650 switch (lws_check_basic_auth(wsi, hit->basic_auth_login_file, in lws_http_action()
H A Dlejp-conf.c690 a->m.basic_auth_login_file = a->p; in lejp_vhosts_cb()