Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/roles/http/
Dparsers.c99 ah->unk_pos = 0; in _lws_header_table_reset()
1039 lws_ser_wu16be((uint8_t *)&ah->data[ah->unk_pos + 2], in lws_parse()
1042 ah->unk_pos = 0; in lws_parse()
1134 ah->unk_pos = 0; in lws_parse()
1175 if (!ah->unk_pos && c == '\x0a') in lws_parse()
1187 if (!wsi->mux_substream && !ah->unk_pos) { in lws_parse()
1188 ah->unk_pos = ah->pos; in lws_parse()
1224 ah->unk_ll_head = ah->unk_pos; in lws_parse()
1229 ah->unk_pos); in lws_parse()
1231 ah->unk_ll_tail = ah->unk_pos; in lws_parse()
[all …]
Dprivate-lib-roles-http.h130 ah_data_idx_t unk_pos; /* to undo speculative unknown header */ member
/third_party/libwebsockets/lib/roles/http/client/
Dclient-http.c322 wsi->http.ah->unk_pos = 0; in lws_http_client_socket_service()
353 wsi->http.ah->unk_pos = 0; in lws_http_client_socket_service()
557 wsi->http.ah->unk_pos = 0; in lws_http_transaction_completed_client()
/third_party/libwebsockets/lib/roles/h1/
Dops-h1.c760 wsi->http.ah->unk_pos = 0; in rops_handle_POLLOUT_h1()