Home
last modified time | relevance | path

Searched refs:unk_ll_head (Results 1 – 2 of 2) sorted by relevance

/third_party/libwebsockets/lib/roles/http/
Dparsers.c101 ah->unk_ll_head = 0; in _lws_header_table_reset()
605 ll = wsi->http.ah->unk_ll_head; in lws_hdr_custom_length()
633 ll = wsi->http.ah->unk_ll_head; in lws_hdr_custom_copy()
664 ll = wsi->http.ah->unk_ll_head; in lws_hdr_custom_name_foreach()
1223 if (!ah->unk_ll_head) in lws_parse()
1224 ah->unk_ll_head = ah->unk_pos; in lws_parse()
Dprivate-lib-roles-http.h135 ah_data_idx_t unk_ll_head; member