Home
last modified time | relevance | path

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

/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_qpack.h225 /* dtable_map is a map of hash to nghttp3_qpack_entry to provide
227 nghttp3_qpack_map dtable_map; member
557 * |ctx| is a part of encoder, |dtable_map| is not NULL. |hash| is a
568 nghttp3_qpack_map *dtable_map,
H A Dnghttp3_qpack.c801 for (p = encoder->dtable_map.table[hash & (NGHTTP3_QPACK_MAP_SIZE - 1)]; p; in encoder_qpack_map_find()
920 qpack_map_init(&encoder->dtable_map); in nghttp3_qpack_encoder_init()
1008 qpack_map_remove(&encoder->dtable_map, ent); in nghttp3_qpack_encoder_shrink_dtable()
2023 nghttp3_qpack_map *dtable_map, in nghttp3_qpack_context_dtable_add()
2043 if (dtable_map) { in nghttp3_qpack_context_dtable_add()
2044 qpack_map_remove(dtable_map, ent); in nghttp3_qpack_context_dtable_add()
2070 if (dtable_map) { in nghttp3_qpack_context_dtable_add()
2071 qpack_map_insert(dtable_map, new_ent); in nghttp3_qpack_context_dtable_add()
2109 &encoder->dtable_map, hash); in nghttp3_qpack_encoder_dtable_static_add()
2139 &encoder->dtable_map, has in nghttp3_qpack_encoder_dtable_dynamic_add()
2021 nghttp3_qpack_context_dtable_add(nghttp3_qpack_context *ctx, nghttp3_qpack_nv *qnv, nghttp3_qpack_map *dtable_map, uint32_t hash) nghttp3_qpack_context_dtable_add() argument
[all...]

Completed in 7 milliseconds