Searched refs:lws_hdr_extant (Results 1 – 3 of 3) sorted by relevance
366 lws_hdr_extant(struct lws *wsi, enum lws_token_indexes h);
1534 if (lws_hdr_extant(h2n->swsi, WSI_TOKEN_HTTP_CONTENT_LENGTH)) { in lws_h2_parse_end_of_frame()1610 lws_hdr_extant(h2n->swsi, WSI_TOKEN_CONNECTION)) { in lws_h2_parse_end_of_frame()1616 if (lws_hdr_extant(h2n->swsi, WSI_TOKEN_TE)) { in lws_h2_parse_end_of_frame()
303 lws_hdr_extant(struct lws *wsi, enum lws_token_indexes h) in lws_hdr_extant() function