Searched refs:nghttp3_mem_free (Results 1 - 12 of 12) sorted by relevance
/third_party/node/deps/ngtcp2/nghttp3/lib/ |
H A D | nghttp3_mem.h | 40 void nghttp3_mem_free(const nghttp3_mem *mem, void *ptr); 53 # define nghttp3_mem_free(MEM, PTR) \ macro
|
H A D | nghttp3_ringbuf.c | 77 nghttp3_mem_free(rb->mem, rb->buf); in nghttp3_ringbuf_free() 152 nghttp3_mem_free(rb->mem, rb->buf); in nghttp3_ringbuf_reserve()
|
H A D | nghttp3_rcbuf.c | 78 nghttp3_mem_free(rcbuf->mem, rcbuf); in nghttp3_rcbuf_del()
|
H A D | nghttp3_buf.c | 38 nghttp3_mem_free(mem, buf->begin); in nghttp3_buf_free()
|
H A D | nghttp3_balloc.c | 55 nghttp3_mem_free(balloc->mem, p); in nghttp3_balloc_clear()
|
H A D | nghttp3_map.c | 50 nghttp3_mem_free(map->mem, map->table); in nghttp3_map_free() 209 nghttp3_mem_free(map->mem, map->table); in map_resize()
|
H A D | nghttp3_mem.c | 65 void nghttp3_mem_free(const nghttp3_mem *mem, void *ptr) { in nghttp3_mem_free() function
|
H A D | nghttp3_objalloc.h | 137 nghttp3_mem_free(objalloc->balloc.mem, obj); \
|
H A D | nghttp3_pq.c | 43 nghttp3_mem_free(pq->mem, pq->q); in nghttp3_pq_free()
|
H A D | nghttp3_qpack.c | 878 nghttp3_mem_free(ctx->mem, ent); in qpack_context_free() 1011 nghttp3_mem_free(mem, ent); in nghttp3_qpack_encoder_shrink_dtable() 1656 nghttp3_mem_free(mem, ref); in nghttp3_qpack_header_block_ref_del() 1682 nghttp3_mem_free(mem, stream); in nghttp3_qpack_stream_new() 1715 nghttp3_mem_free(mem, stream); in nghttp3_qpack_stream_del() 2048 nghttp3_mem_free(mem, ent); in nghttp3_qpack_context_dtable_add() 2081 nghttp3_mem_free(mem, new_ent); in nghttp3_qpack_context_dtable_add() 3091 nghttp3_mem_free(mem, ent); in nghttp3_qpack_decoder_set_max_dtable_capacity() 4030 nghttp3_mem_free(mem, encoder); in nghttp3_qpack_encoder_del() 4060 nghttp3_mem_free(me in nghttp3_qpack_stream_context_del() [all...] |
H A D | nghttp3_frame.c | 194 nghttp3_mem_free(mem, nva); in nghttp3_nva_del()
|
H A D | nghttp3_conn.c | 283 nghttp3_mem_free(mem, conn); in conn_new() 359 nghttp3_mem_free(conn->mem, conn); in nghttp3_conn_del()
|
Completed in 12 milliseconds