Home
last modified time | relevance | path

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

/external/libwebsockets/lib/roles/http/
Dparsers.c827 ah->frag_index[WSI_TOKEN_HTTP_URI_ARGS] && in lws_parse_urldecode()
843 if (c == '/' && !ah->frag_index[WSI_TOKEN_HTTP_URI_ARGS]) in lws_parse_urldecode()
909 !ah->frag_index[WSI_TOKEN_HTTP_URI_ARGS]) { /* start of URI args */ in lws_parse_urldecode()
926 ah->frag_index[WSI_TOKEN_HTTP_URI_ARGS] = ah->nfrag; in lws_parse_urldecode()
/external/libwebsockets/include/libwebsockets/
Dlws-http.h322 WSI_TOKEN_HTTP_URI_ARGS, enumerator
/external/libwebsockets/test-apps/
Dtest-server.c130 WSI_TOKEN_HTTP_URI_ARGS, n) > 0) { in lws_callback_http()
/external/libwebsockets/plugins/generic-sessions/
Dhandlers.c73 WSI_TOKEN_HTTP_URI_ARGS, 0) < 0) { in lwsgs_handler_confirm()
Dprotocol_generic_sessions.c804 WSI_TOKEN_HTTP_URI_ARGS, 0); in callback_generic_sessions()
/external/libwebsockets/lib/roles/cgi/
Dcgi-server.c199 WSI_TOKEN_HTTP_URI_ARGS, m); in lws_cgi()
/external/libwebsockets/lib/core-net/
Dwsi.c524 WSI_TOKEN_HTTP_URI_ARGS, n) >= 0) { in lws_get_urlarg_by_name()
/external/libwebsockets/lib/roles/http/server/
Dserver.c1149 na = lws_hdr_total_length(wsi, WSI_TOKEN_HTTP_URI_ARGS); in lws_http_proxy_start()
1169 WSI_TOKEN_HTTP_URI_ARGS) > 0) in lws_http_proxy_start()