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/
H A 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/
H A Dprivate-lib-core.h892 lws_find_mount(struct lws *wsi, const char *uri_ptr, int uri_len);
/third_party/libwebsockets/lib/roles/http/server/
H A Dserver.c941 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 Dops-h2.c822 hit = lws_find_mount(wsi, in lws_h2_bind_for_post_before_action()
H A Dhttp2.c2797 hit = lws_find_mount(wsi, uri_ptr, n);

Completed in 10 milliseconds