Home
last modified time | relevance | path

Searched refs:hdr_token_idx (Results 1 - 3 of 3) sorted by relevance

/third_party/libwebsockets/lib/roles/h2/
H A Dhpack.c206 static int lws_frag_start(struct lws *wsi, int hdr_token_idx) in lws_frag_start() argument
215 ah->hdr_token_idx = -1; in lws_frag_start()
218 __func__, hdr_token_idx, ah->pos, ah->nfrag); in lws_frag_start()
220 if (!hdr_token_idx) { in lws_frag_start()
221 lwsl_err("%s: zero hdr_token_idx\n", __func__); in lws_frag_start()
230 if ((hdr_token_idx == WSI_TOKEN_HTTP_COLON_AUTHORITY || in lws_frag_start()
231 hdr_token_idx == WSI_TOKEN_HTTP_COLON_METHOD || in lws_frag_start()
232 hdr_token_idx == WSI_TOKEN_HTTP_COLON_PATH || in lws_frag_start()
233 hdr_token_idx == WSI_TOKEN_COLON_PROTOCOL || in lws_frag_start()
234 hdr_token_idx in lws_frag_start()
[all...]
/third_party/libwebsockets/lib/roles/http/
H A Dprivate-lib-roles-http.h125 int hdr_token_idx; member
H A Dparsers.c1459 ah->hdr_token_idx = ah->parser_state; in lws_parse()

Completed in 3 milliseconds