Home
last modified time | relevance | path

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

/external/libwebsockets/lib/roles/h2/
Dhpack.c172 static const char * const http2_canned[] = { variable
382 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()