Searched refs:lws_find_mount (Results 1 – 5 of 5) sorted by relevance
/third_party/libwebsockets/lib/roles/ws/ |
D | server-ws.c | 501 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/ |
D | private-lib-core.h | 886 lws_find_mount(struct lws *wsi, const char *uri_ptr, int uri_len);
|
/third_party/libwebsockets/lib/roles/http/server/ |
D | server.c | 939 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/ |
D | ops-h2.c | 822 hit = lws_find_mount(wsi, in lws_h2_bind_for_post_before_action()
|
D | http2.c | 2791 hit = lws_find_mount(wsi, uri_ptr, n); in lws_h2_ws_handshake()
|