Searched refs:http2_canned (Results 1 – 1 of 1) sorted by relevance
172 static const char * const http2_canned[] = { variable378 if (arg && index < (int)LWS_ARRAY_SIZE(http2_canned)) { in lws_token_from_index()379 *arg = http2_canned[index]; in lws_token_from_index()380 *len = (int)strlen(http2_canned[index]); in lws_token_from_index()736 if (idx < (int)LWS_ARRAY_SIZE(http2_canned)) in lws_hpack_use_idx_hdr()737 p = http2_canned[idx]; in lws_hpack_use_idx_hdr()