Searched refs:WSI_TOKEN_POST_URI (Results 1 – 6 of 6) sorted by relevance
/third_party/libwebsockets/include/libwebsockets/ |
D | lws-http.h | 217 WSI_TOKEN_POST_URI, enumerator
|
/third_party/libwebsockets/lib/roles/http/server/ |
D | server.c | 959 lws_hdr_total_length(wsi, WSI_TOKEN_POST_URI) || in lws_find_mount() 1099 WSI_TOKEN_POST_URI, 1388 if (lws_hdr_simple_ptr(wsi, WSI_TOKEN_POST_URI) in lws_http_proxy_start() 1641 if (lws_hdr_total_length(wsi, WSI_TOKEN_POST_URI) in lws_http_action() 1882 if (lws_hdr_total_length(wsi, WSI_TOKEN_POST_URI)) { in lws_http_action() 1991 lws_hdr_total_length(wsi, WSI_TOKEN_POST_URI)) { in lws_http_action()
|
/third_party/libwebsockets/lib/secure-streams/protocols/ |
D | ss-h1.c | 1086 m = lws_hdr_total_length(wsi, WSI_TOKEN_POST_URI); in secstream_h1() 1090 WSI_TOKEN_POST_URI), (unsigned int)m)) in secstream_h1()
|
/third_party/libwebsockets/lib/roles/cgi/ |
D | cgi-server.c | 177 WSI_TOKEN_POST_URI, in lws_cgi() 337 uritok == WSI_TOKEN_POST_URI) { in lws_cgi()
|
/third_party/libwebsockets/lib/roles/http/ |
D | parsers.c | 1002 WSI_TOKEN_POST_URI,
|
/third_party/libwebsockets/lib/roles/h2/ |
D | http2.c | 1413 WSI_TOKEN_POST_URI,
|