Home
last modified time | relevance | path

Searched refs:lws_hdr_extant (Results 1 – 3 of 3) sorted by relevance

/third_party/libwebsockets/lib/roles/h2/
Dprivate-lib-roles-h2.h367 lws_hdr_extant(struct lws *wsi, enum lws_token_indexes h);
Dhttp2.c1659 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()
Dhpack.c297 lws_hdr_extant(struct lws *wsi, enum lws_token_indexes h) in lws_hdr_extant() function