Home
last modified time | relevance | path

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

/external/libwebsockets/minimal-examples/http-client/minimal-http-client-custom-headers/
DREADME.md37 [2019/03/11 05:48:53:6806] PARSER: WSI_TOKEN_NAME_PART 'd' 0x64 (role=0x20000000) wsi->lextable_pos
38 [2019/03/11 05:48:53:6807] PARSER: WSI_TOKEN_NAME_PART 'n' 0x6E (role=0x20000000) wsi->lextable_pos
39 [2019/03/11 05:48:53:6807] PARSER: WSI_TOKEN_NAME_PART 't' 0x74 (role=0x20000000) wsi->lextable_pos
40 [2019/03/11 05:48:53:6807] PARSER: WSI_TOKEN_NAME_PART ' ' 0x20 (role=0x20000000) wsi->lextable_pos
41 [2019/03/11 05:48:53:6807] PARSER: WSI_TOKEN_NAME_PART '1' 0x31 (role=0x20000000) wsi->lextable_pos
42 ' 0x0D (role=0x20000000) wsi->lextable_pos=-1NAME_PART '
/external/libwebsockets/lib/roles/http/
Dparsers.c98 ah->lextable_pos = 0; in _lws_header_table_reset()
1043 ah->lextable_pos = 0; in lws_parse()
1056 pos = ah->lextable_pos; in lws_parse()
1135 ah->lextable_pos = 0; in lws_parse()
1173 ah->lextable_pos); in lws_parse()
1208 pos = ah->lextable_pos; in lws_parse()
1267 ah->lextable_pos = -1; in lws_parse()
1275 ah->lextable_pos = (int16_t)pos; in lws_parse()
1295 ah->lextable_pos = (int16_t)pos; in lws_parse()
1300 ah->lextable_pos = (int16_t)(pos + in lws_parse()
[all …]
Dprivate-lib-roles-http.h139 int16_t lextable_pos; member
/external/libwebsockets/lib/roles/http/client/
Dclient-http.c321 wsi->http.ah->lextable_pos = 0; in lws_http_client_socket_service()
352 wsi->http.ah->lextable_pos = 0; in lws_http_client_socket_service()
556 wsi->http.ah->lextable_pos = 0; in lws_http_transaction_completed_client()
/external/libwebsockets/lib/roles/h1/
Dops-h1.c758 wsi->http.ah->lextable_pos = 0; in rops_handle_POLLOUT_h1()
/external/libwebsockets/lib/roles/h2/
Dhpack.c1051 ah->lextable_pos = 0; in lws_hpack_interpret()