Home
last modified time | relevance | path

Searched refs:unk_pos (Results 1 – 4 of 4) sorted by relevance

/external/libwebsockets/lib/roles/http/
Dparsers.c100 ah->unk_pos = 0; in _lws_header_table_reset()
982 lws_ser_wu16be((uint8_t *)&ah->data[ah->unk_pos + 2], in lws_parse()
985 ah->unk_pos = 0; in lws_parse()
1109 if (!wsi->mux_substream && !ah->unk_pos) { in lws_parse()
1110 ah->unk_pos = ah->pos; in lws_parse()
1144 ah->unk_ll_head = ah->unk_pos; in lws_parse()
1149 ah->unk_pos); in lws_parse()
1151 ah->unk_ll_tail = ah->unk_pos; in lws_parse()
1154 uhlen = ah->pos - (ah->unk_pos + UHO_NAME); in lws_parse()
1156 &ah->data[ah->unk_pos + UHO_NAME], in lws_parse()
[all …]
Dprivate-lib-roles-http.h130 ah_data_idx_t unk_pos; /* to undo speculative unknown header */ member
/external/libwebsockets/lib/roles/http/client/
Dclient-http.c340 wsi->http.ah->unk_pos = 0; in lws_client_socket_service()
374 wsi->http.ah->unk_pos = 0; in lws_client_socket_service()
541 wsi->http.ah->unk_pos = 0; in lws_http_transaction_completed_client()
/external/libwebsockets/lib/roles/h1/
Dops-h1.c750 wsi->http.ah->unk_pos = 0; in rops_handle_POLLOUT_h1()