Home
last modified time | relevance | path

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

/external/libwebsockets/lib/roles/h2/
Dprivate-lib-roles-h2.h366 lws_hdr_extant(struct lws *wsi, enum lws_token_indexes h);
Dhttp2.c1522 if (lws_hdr_extant(h2n->swsi, WSI_TOKEN_HTTP_CONTENT_LENGTH)) { in lws_h2_parse_end_of_frame()
1594 lws_hdr_extant(h2n->swsi, WSI_TOKEN_CONNECTION)) { in lws_h2_parse_end_of_frame()
1600 if (lws_hdr_extant(h2n->swsi, WSI_TOKEN_TE)) { in lws_h2_parse_end_of_frame()
Dhpack.c303 lws_hdr_extant(struct lws *wsi, enum lws_token_indexes h) in lws_hdr_extant() function