Home
last modified time | relevance | path

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

/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_mem.h40 void nghttp3_mem_free(const nghttp3_mem *mem, void *ptr);
53 # define nghttp3_mem_free(MEM, PTR) \ macro
H A Dnghttp3_ringbuf.c77 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 Dnghttp3_rcbuf.c78 nghttp3_mem_free(rcbuf->mem, rcbuf); in nghttp3_rcbuf_del()
H A Dnghttp3_buf.c38 nghttp3_mem_free(mem, buf->begin); in nghttp3_buf_free()
H A Dnghttp3_balloc.c55 nghttp3_mem_free(balloc->mem, p); in nghttp3_balloc_clear()
H A Dnghttp3_map.c50 nghttp3_mem_free(map->mem, map->table); in nghttp3_map_free()
209 nghttp3_mem_free(map->mem, map->table); in map_resize()
H A Dnghttp3_mem.c65 void nghttp3_mem_free(const nghttp3_mem *mem, void *ptr) { in nghttp3_mem_free() function
H A Dnghttp3_objalloc.h137 nghttp3_mem_free(objalloc->balloc.mem, obj); \
H A Dnghttp3_pq.c43 nghttp3_mem_free(pq->mem, pq->q); in nghttp3_pq_free()
H A Dnghttp3_qpack.c878 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 Dnghttp3_frame.c194 nghttp3_mem_free(mem, nva); in nghttp3_nva_del()
H A Dnghttp3_conn.c283 nghttp3_mem_free(mem, conn); in conn_new()
359 nghttp3_mem_free(conn->mem, conn); in nghttp3_conn_del()

Completed in 12 milliseconds