Home
last modified time | relevance | path

Searched refs:token_stable (Results 1 - 1 of 1) sorted by relevance

/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_qpack.c47 static nghttp3_qpack_static_entry token_stable[] = { variable
1430 static_entry = token != -1 && (size_t)token < nghttp3_arraylen(token_stable); in nghttp3_qpack_encoder_encode_nv()
1432 hash = token_stable[token].hash; in nghttp3_qpack_encoder_encode_nv()
1585 nghttp3_qpack_lookup_result res = {(nghttp3_ssize)token_stable[token].absidx, in nghttp3_qpack_lookup_stable()
1598 i < nghttp3_arraylen(token_stable) && token_stable[i].token == token; in nghttp3_qpack_lookup_stable()
1600 ent = &token_stable[i]; in nghttp3_qpack_lookup_stable()

Completed in 6 milliseconds