Home
last modified time | relevance | path

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

/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_qpack.c1424 nghttp3_qpack_entry *new_ent = NULL; in nghttp3_qpack_encoder_encode_nv() local
1485 new_ent = nghttp3_qpack_context_dtable_top(&encoder->ctx); in nghttp3_qpack_encoder_encode_nv()
1486 dres.index = (nghttp3_ssize)new_ent->absidx; in nghttp3_qpack_encoder_encode_nv()
1508 new_ent = nghttp3_qpack_context_dtable_top(&encoder->ctx); in nghttp3_qpack_encoder_encode_nv()
1509 *pmax_cnt = nghttp3_max(*pmax_cnt, new_ent->absidx + 1); in nghttp3_qpack_encoder_encode_nv()
1510 *pmin_cnt = nghttp3_min(*pmin_cnt, new_ent->absidx + 1); in nghttp3_qpack_encoder_encode_nv()
1513 encoder, rbuf, new_ent->absidx, base); in nghttp3_qpack_encoder_encode_nv()
1544 new_ent = nghttp3_qpack_context_dtable_top(&encoder->ctx); in nghttp3_qpack_encoder_encode_nv()
1545 *pmax_cnt = nghttp3_max(*pmax_cnt, new_ent->absidx + 1); in nghttp3_qpack_encoder_encode_nv()
1546 *pmin_cnt = nghttp3_min(*pmin_cnt, new_ent in nghttp3_qpack_encoder_encode_nv()
2025 nghttp3_qpack_entry *new_ent, **p, *ent; nghttp3_qpack_context_dtable_add() local
[all...]
/third_party/nghttp2/lib/
H A Dnghttp2_hd.c1104 nghttp2_hd_entry *new_ent; in add_hd_table_incremental() local
1138 new_ent = nghttp2_mem_malloc(mem, sizeof(nghttp2_hd_entry)); in add_hd_table_incremental()
1139 if (new_ent == NULL) { in add_hd_table_incremental()
1143 nghttp2_hd_entry_init(new_ent, nv); in add_hd_table_incremental()
1145 rv = hd_ringbuf_push_front(&context->hd_table, new_ent, mem); in add_hd_table_incremental()
1148 nghttp2_hd_entry_free(new_ent); in add_hd_table_incremental()
1149 nghttp2_mem_free(mem, new_ent); in add_hd_table_incremental()
1154 new_ent->seq = context->next_seq++; in add_hd_table_incremental()
1155 new_ent->hash = hash; in add_hd_table_incremental()
1158 hd_map_insert(map, new_ent); in add_hd_table_incremental()
[all...]
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_hd.c1104 nghttp2_hd_entry *new_ent; in add_hd_table_incremental() local
1138 new_ent = nghttp2_mem_malloc(mem, sizeof(nghttp2_hd_entry)); in add_hd_table_incremental()
1139 if (new_ent == NULL) { in add_hd_table_incremental()
1143 nghttp2_hd_entry_init(new_ent, nv); in add_hd_table_incremental()
1145 rv = hd_ringbuf_push_front(&context->hd_table, new_ent, mem); in add_hd_table_incremental()
1148 nghttp2_hd_entry_free(new_ent); in add_hd_table_incremental()
1149 nghttp2_mem_free(mem, new_ent); in add_hd_table_incremental()
1154 new_ent->seq = context->next_seq++; in add_hd_table_incremental()
1155 new_ent->hash = hash; in add_hd_table_incremental()
1158 hd_map_insert(map, new_ent); in add_hd_table_incremental()
[all...]

Completed in 7 milliseconds