Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/roles/ws/
Dserver-ws.c501 hit = lws_find_mount(wsi, uri_ptr, uri_len); in lws_process_ws_upgrade()
783 lws_find_mount(wsi, uri_ptr, uri_len); in handshake_0405()
/third_party/libwebsockets/lib/core/
Dprivate-lib-core.h886 lws_find_mount(struct lws *wsi, const char *uri_ptr, int uri_len);
/third_party/libwebsockets/lib/roles/http/server/
Dserver.c939 lws_find_mount(struct lws *wsi, const char *uri_ptr, int uri_len) in lws_find_mount() function
1773 hit = lws_find_mount(wsi, uri_ptr, uri_len); in lws_http_action()
2334 hit = lws_find_mount(wsi, uri_ptr, uri_len); in lws_handshake_server()
/third_party/libwebsockets/lib/roles/h2/
Dops-h2.c822 hit = lws_find_mount(wsi, in lws_h2_bind_for_post_before_action()
Dhttp2.c2791 hit = lws_find_mount(wsi, uri_ptr, n); in lws_h2_ws_handshake()