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 D | server-ws.c | 414 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 D | lws-http.h | 736 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 D | server.c | 1114 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/ |
D | websocket_server.cpp | 278 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 D | ops-h2.c | 853 if (lws_http_get_uri_and_method(wsi, &uri_ptr, &uri_len) >= 0) in lws_h2_bind_for_post_before_action()
|