Home
last modified time | relevance | path

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

/external/libwebsockets/lib/roles/http/
Dparsers.c92 memset(ah->frag_index, 0, sizeof(ah->frag_index)); in _lws_header_table_reset()
473 n = wsi->http.ah->frag_index[h]; in lws_hdr_fragment_length()
493 n = wsi->http.ah->frag_index[h]; in lws_hdr_total_length()
517 f = wsi->http.ah->frag_index[h]; in lws_hdr_copy_fragment()
556 n = wsi->http.ah->frag_index[h]; in lws_hdr_copy()
648 n = wsi->http.ah->frag_index[h]; in lws_hdr_simple_ptr()
690 wsi->http.ah->frag_index[h] = 0; in lws_hdr_simple_create()
701 wsi->http.ah->frag_index[h] = wsi->http.ah->nfrag; in lws_hdr_simple_create()
827 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()
[all …]
Dprivate-lib-roles-http.h118 uint8_t frag_index[WSI_TOKEN_COUNT]; member
/external/libwebsockets/lib/roles/h2/
Dhpack.c225 if (ah->nfrag >= LWS_ARRAY_SIZE(ah->frag_index)) { in lws_frag_start()
235 ah->frag_index[hdr_token_idx]) { in lws_frag_start()
236 if (!(ah->frags[ah->frag_index[hdr_token_idx]].flags & 1)) { in lws_frag_start()
258 if (ah->frag_index[hdr_token_idx]) { in lws_frag_start()
262 n = ah->frag_index[hdr_token_idx]; in lws_frag_start()
274 ah->frag_index[hdr_token_idx] = ah->nfrag; in lws_frag_start()
311 n = ah->frag_index[h]; in lws_hdr_extant()
Dhttp2.c1626 h2n->swsi->http.ah->frag_index[method_index[n]] = in lws_h2_parse_end_of_frame()
1627 h2n->swsi->http.ah->frag_index[ in lws_h2_parse_end_of_frame()
/external/libwebsockets/lib/roles/http/client/
Dclient-http.c695 wsi->http.ah->frags[wsi->http.ah->frag_index[ in lws_client_interpret_server_handshake()
/external/libwebsockets/lib/roles/http/server/
Dserver.c608 wsi->http.ah->frag_index[WSI_TOKEN_HTTP_RANGE] = 0; in lws_http_serve()
992 fi = wsi->http.ah->frag_index[WSI_TOKEN_HTTP_AUTHORIZATION]; in lws_check_basic_auth()