Home
last modified time | relevance | path

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

/aosp_15_r20/external/libwebsockets/lib/roles/ws/
H A Dserver-ws.c414 int l = 14, meth = lws_http_get_uri_and_method(wsi, &uptr, &l); in lws_process_ws_upgrade2()
500 meth = lws_http_get_uri_and_method(wsi, &uri_ptr, &uri_len); in lws_process_ws_upgrade()
/aosp_15_r20/external/libwebsockets/include/libwebsockets/
H A Dlws-http.h736 lws_http_get_uri_and_method(struct lws *wsi, char **puri_ptr, int *puri_len);
/aosp_15_r20/external/libwebsockets/lib/roles/http/server/
H A Dserver.c1114 lws_http_get_uri_and_method(struct lws *wsi, char **puri_ptr, int *puri_len) in lws_http_get_uri_and_method() function
1603 meth = lws_http_get_uri_and_method(wsi, &uri_ptr, &uri_len); in lws_http_action()
2300 meth = lws_http_get_uri_and_method(wsi, in lws_handshake_server()
2332 n = lws_http_get_uri_and_method(wsi, &uri_ptr, &uri_len); in lws_handshake_server()
/aosp_15_r20/device/google/cuttlefish/host/libs/websocket/
Dwebsocket_server.cpp278 auto method = lws_http_get_uri_and_method(wsi, &path_raw, &path_len); in DynServerCallback()
/aosp_15_r20/external/libwebsockets/lib/roles/h2/
H A Dops-h2.c853 if (lws_http_get_uri_and_method(wsi, &uri_ptr, &uri_len) >= 0) in lws_h2_bind_for_post_before_action()