Home
last modified time | relevance | path

Searched refs:current_token_limit (Results 1 – 2 of 2) sorted by relevance

/third_party/libwebsockets/lib/roles/http/
Dparsers.c772 if (!wsi->http.ah->current_token_limit || in issue_char()
773 frag_len < wsi->http.ah->current_token_limit) { in issue_char()
780 if (frag_len == wsi->http.ah->current_token_limit) { in issue_char()
787 (long)wsi->http.ah->current_token_limit); in issue_char()
1421 ah->current_token_limit = context-> in lws_parse()
1425 ah->current_token_limit = in lws_parse()
Dprivate-lib-roles-http.h129 ah_data_idx_t current_token_limit; member