Searched refs:lws_hdr_extant (Results 1 – 3 of 3) sorted by relevance
367 lws_hdr_extant(struct lws *wsi, enum lws_token_indexes h);
1659 if (lws_hdr_extant(h2n->swsi, WSI_TOKEN_HTTP_CONTENT_LENGTH)) { in lws_h2_parse_end_of_frame()1764 lws_hdr_extant(h2n->swsi, WSI_TOKEN_CONNECTION)) { in lws_h2_parse_end_of_frame()1770 if (lws_hdr_extant(h2n->swsi, WSI_TOKEN_TE)) { in lws_h2_parse_end_of_frame()
297 lws_hdr_extant(struct lws *wsi, enum lws_token_indexes h) in lws_hdr_extant() function