Searched refs:WSI_TOKEN_GET_URI (Results 1 – 10 of 10) sorted by relevance
/external/libwebsockets/minimal-examples/ws-server/minimal-ws-server-pmd-corner/ |
D | protocol_lws_minimal.c | 226 WSI_TOKEN_GET_URI) < 0) in callback_minimal()
|
/external/libwebsockets/minimal-examples/http-server/minimal-http-server-form-get/ |
D | minimal-http-server-form-get.c | 37 if (!lws_hdr_total_length(wsi, WSI_TOKEN_GET_URI)) in callback_http()
|
/external/libwebsockets/minimal-examples/ws-server/minimal-ws-broker/ |
D | protocol_lws_minimal.c | 113 if (lws_hdr_copy(wsi, buf, sizeof(buf), WSI_TOKEN_GET_URI) > 0) in callback_minimal()
|
/external/libwebsockets/lib/roles/ws/ |
D | server-ws.c | 780 lws_hdr_simple_ptr(wsi, WSI_TOKEN_GET_URI); in handshake_0405() 781 int uri_len = lws_hdr_total_length(wsi, WSI_TOKEN_GET_URI); in handshake_0405()
|
/external/libwebsockets/include/libwebsockets/ |
D | lws-http.h | 216 WSI_TOKEN_GET_URI, /* 0 */ enumerator
|
/external/libwebsockets/lib/secure-streams/protocols/ |
D | ss-h1.c | 1077 m = lws_hdr_total_length(wsi, WSI_TOKEN_GET_URI); in secstream_h1() 1081 WSI_TOKEN_GET_URI), (unsigned int)m)) in secstream_h1()
|
/external/libwebsockets/lib/roles/http/ |
D | parsers.c | 1001 WSI_TOKEN_GET_URI, 1417 (WSI_TOKEN_GET_URI + n); in lws_parse()
|
/external/libwebsockets/lib/roles/cgi/ |
D | cgi-server.c | 176 WSI_TOKEN_GET_URI, in lws_cgi()
|
/external/libwebsockets/lib/roles/http/server/ |
D | server.c | 958 lws_hdr_total_length(wsi, WSI_TOKEN_GET_URI) || in lws_find_mount() 1098 WSI_TOKEN_GET_URI,
|
/external/libwebsockets/lib/roles/h2/ |
D | http2.c | 1412 WSI_TOKEN_GET_URI,
|