Searched refs:lws_find_mount (Results 1 - 5 of 5) sorted by relevance
/third_party/libwebsockets/lib/roles/ws/ |
H A 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/ |
H A D | private-lib-core.h | 892 lws_find_mount(struct lws *wsi, const char *uri_ptr, int uri_len);
|
/third_party/libwebsockets/lib/roles/http/server/ |
H A D | server.c | 941 lws_find_mount(struct lws *wsi, const char *uri_ptr, int uri_len) in lws_find_mount() function 1784 hit = lws_find_mount(wsi, uri_ptr, uri_len); in lws_http_action() 2345 hit = lws_find_mount(wsi, uri_ptr, uri_len); in lws_handshake_server()
|
/third_party/libwebsockets/lib/roles/h2/ |
H A D | ops-h2.c | 822 hit = lws_find_mount(wsi, in lws_h2_bind_for_post_before_action()
|
H A D | http2.c | 2797 hit = lws_find_mount(wsi, uri_ptr, n);
|
Completed in 10 milliseconds