Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/roles/h2/
Dhpack.c105 static const unsigned char static_token[] = { variable
377 if (index < (int)LWS_ARRAY_SIZE(static_token)) { in lws_token_from_index()
385 return static_token[index]; in lws_token_from_index()
393 if (index >= (int)LWS_ARRAY_SIZE(static_token) + dyn->used_entries) { in lws_token_from_index()
395 (int)LWS_ARRAY_SIZE(static_token) + dyn->used_entries); in lws_token_from_index()
401 index -= (int)LWS_ARRAY_SIZE(static_token); in lws_token_from_index()
436 (uint32_t)LWS_ARRAY_SIZE(static_token), in lws_h2_dynamic_table_dump()
449 (int)(n + LWS_ARRAY_SIZE(static_token)), p, in lws_h2_dynamic_table_dump()
556 __func__, (long)LWS_ARRAY_SIZE(static_token), in lws_dynamic_token_insert()