Home
last modified time | relevance | path

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

/external/libwebsockets/lib/roles/http/
Dparsers.c92 memset(ah->frag_index, 0, sizeof(ah->frag_index)); in _lws_header_table_reset()
466 n = wsi->http.ah->frag_index[h]; in lws_hdr_fragment_length()
486 n = wsi->http.ah->frag_index[h]; in lws_hdr_total_length()
510 f = wsi->http.ah->frag_index[h]; in lws_hdr_copy_fragment()
547 n = wsi->http.ah->frag_index[h]; in lws_hdr_copy()
688 n = wsi->http.ah->frag_index[h]; in lws_hdr_simple_ptr()
730 wsi->http.ah->frag_index[h] = 0; in lws_hdr_simple_create()
741 wsi->http.ah->frag_index[h] = wsi->http.ah->nfrag; in lws_hdr_simple_create()
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()
[all …]
Dprivate-lib-roles-http.h120 uint8_t frag_index[WSI_TOKEN_COUNT]; member
Dcookie.c562 f = wsi->http.ah->frag_index[WSI_TOKEN_HTTP_SET_COOKIE]; in lws_parse_set_cookie()
/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()
268 ah->frag_index[hdr_token_idx] = ah->nfrag; in lws_frag_start()
305 n = ah->frag_index[h]; in lws_hdr_extant()
Dhttp2.c1794 h2n->swsi->http.ah->frag_index[method_index[n]] = in lws_h2_parse_end_of_frame()
1795 h2n->swsi->http.ah->frag_index[ in lws_h2_parse_end_of_frame()
/external/ComputeLibrary/tests/framework/instruments/
DMaliCounter.cpp401 …const int frag_index = find_counter_index_by_name(mali_userspace::MALI_NAME_BLOCK_SHADER, "FRAG… in stop() local
412 _core_counters.at("FRAG_ACTIVE").values[core] = sc_counter[frag_index]; in stop()
/external/libwebsockets/lib/roles/http/client/
Dclient-http.c753 wsi->http.ah->frags[wsi->http.ah->frag_index[ in lws_client_interpret_server_handshake()
/external/libwebsockets/lib/roles/http/server/
Dserver.c774 wsi->http.ah->frag_index[WSI_TOKEN_HTTP_RANGE] = 0; in lws_http_serve()
1167 fi = wsi->http.ah->frag_index[WSI_TOKEN_HTTP_AUTHORIZATION]; in lws_check_basic_auth()