Searched defs:uri_len (Results 1 – 4 of 4) sorted by relevance
/external/libwebsockets/lib/roles/ws/ |
D | server-ws.c | 497 int uri_len = 0, meth; in lws_process_ws_upgrade() local 781 int uri_len = lws_hdr_total_length(wsi, WSI_TOKEN_GET_URI); in handshake_0405() local
|
/external/libwebsockets/lib/roles/http/server/ |
D | access-log.c | 44 lws_prepare_access_log_info(struct lws *wsi, char *uri_ptr, int uri_len, int meth) in lws_prepare_access_log_info()
|
D | server.c | 939 lws_find_mount(struct lws *wsi, const char *uri_ptr, int uri_len) in lws_find_mount() 1500 int uri_len, int *h) in lws_http_redirect_hit() 1589 int uri_len = 0, meth, m, http_version_len, ha; in lws_http_action() local 2285 int meth, uri_len; in lws_handshake_server() local 2329 int uri_len = 0, ha, n; in lws_handshake_server() local
|
/external/libwebsockets/lib/roles/h2/ |
D | ops-h2.c | 802 int uri_len = 0; in lws_h2_bind_for_post_before_action() local
|