Home
last modified time | relevance | path

Searched refs:lws_check_basic_auth (Results 1 – 3 of 3) 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/lib/roles/ws/
Dserver-ws.c276 switch (lws_check_basic_auth(wsi, ws_prot_basic_auth, LWSAUTHM_DEFAULT in lws_process_ws_upgrade2()
/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() function
1557 switch (lws_check_basic_auth(wsi, hit->basic_auth_login_file, in lws_http_action()