Home
last modified time | relevance | path

Searched refs:WSI_TOKEN_HTTP_URI_ARGS (Results 1 – 6 of 6) sorted by relevance

/external/libwebsockets/lib/roles/http/
Dparsers.c553 if (h == WSI_TOKEN_HTTP_URI_ARGS) in lws_hdr_copy()
580 if (h == WSI_TOKEN_HTTP_URI_ARGS) in lws_hdr_copy()
590 if (h == WSI_TOKEN_HTTP_URI_ARGS) in lws_hdr_copy()
844 if (!c && (!ah->frag_index[WSI_TOKEN_HTTP_URI_ARGS] || in lws_parse_urldecode()
881 ah->frag_index[WSI_TOKEN_HTTP_URI_ARGS] && in lws_parse_urldecode()
897 if (c == '/' && !ah->frag_index[WSI_TOKEN_HTTP_URI_ARGS]) in lws_parse_urldecode()
963 !ah->frag_index[WSI_TOKEN_HTTP_URI_ARGS]) { /* start of URI args */ in lws_parse_urldecode()
983 ah->frag_index[WSI_TOKEN_HTTP_URI_ARGS] = ah->nfrag; in lws_parse_urldecode()
1155 if (!c && ah->parser_state != WSI_TOKEN_HTTP_URI_ARGS) in lws_parse()
/external/libwebsockets/include/libwebsockets/
Dlws-http.h322 WSI_TOKEN_HTTP_URI_ARGS, enumerator
/external/libwebsockets/test-apps/
Dtest-server.c167 WSI_TOKEN_HTTP_URI_ARGS, n) > 0) { in lws_callback_http()
/external/libwebsockets/lib/roles/http/server/
Dserver.c1330 na = lws_hdr_total_length(wsi, WSI_TOKEN_HTTP_URI_ARGS); in lws_http_proxy_start()
1351 WSI_TOKEN_HTTP_URI_ARGS); in lws_http_proxy_start()
1747 WSI_TOKEN_HTTP_URI_ARGS, (int)n) > 0) { in lws_http_action()
/external/libwebsockets/lib/roles/cgi/
Dcgi-server.c242 WSI_TOKEN_HTTP_URI_ARGS, m); in lws_cgi()
/external/libwebsockets/lib/core-net/
Dwsi.c740 WSI_TOKEN_HTTP_URI_ARGS, n); in lws_get_urlarg_by_name_safe()