Searched refs:http2_canned (Results 1 – 1 of 1) sorted by relevance
172 static const char * const http2_canned[] = { variable382 if (arg && index < (int)LWS_ARRAY_SIZE(http2_canned)) { in lws_token_from_index()383 *arg = http2_canned[index]; in lws_token_from_index()384 *len = (int)strlen(http2_canned[index]); in lws_token_from_index()738 if (idx < (int)LWS_ARRAY_SIZE(http2_canned)) in lws_hpack_use_idx_hdr()739 p = http2_canned[idx]; in lws_hpack_use_idx_hdr()