Lines Matching refs:new_ent
1104 nghttp2_hd_entry *new_ent;
1138 new_ent = nghttp2_mem_malloc(mem, sizeof(nghttp2_hd_entry));
1139 if (new_ent == NULL) {
1143 nghttp2_hd_entry_init(new_ent, nv);
1145 rv = hd_ringbuf_push_front(&context->hd_table, new_ent, mem);
1148 nghttp2_hd_entry_free(new_ent);
1149 nghttp2_mem_free(mem, new_ent);
1154 new_ent->seq = context->next_seq++;
1155 new_ent->hash = hash;
1158 hd_map_insert(map, new_ent);