Searched refs:nghttp3_buf_free (Results 1 - 5 of 5) sorted by relevance
/third_party/node/deps/ngtcp2/nghttp3/lib/ |
H A D | nghttp3_buf.c | 37 void nghttp3_buf_free(nghttp3_buf *buf, const nghttp3_mem *mem) { in nghttp3_buf_free() function
|
H A D | nghttp3_stream.c | 99 nghttp3_buf_free(&tbuf->buf, mem); in delete_outq() 112 nghttp3_buf_free(buf, mem); in delete_chunks() 133 nghttp3_buf_free(buf, mem); in delete_out_chunks() 895 nghttp3_buf_free(&tbuf->buf, stream->mem); in stream_pop_outq_entry() 912 nghttp3_buf_free(chunk, stream->mem); in stream_pop_outq_entry()
|
H A D | nghttp3_conn.c | 339 nghttp3_buf_free(&conn->tx.qpack.ebuf, conn->mem); in nghttp3_conn_del() 340 nghttp3_buf_free(&conn->tx.qpack.rbuf, conn->mem); in nghttp3_conn_del() 1086 nghttp3_buf_free(buf, stream->mem); in conn_process_blocked_stream_data()
|
H A D | nghttp3_qpack.c | 2661 nghttp3_buf_free(&decoder->dbuf, decoder->ctx.mem); in nghttp3_qpack_decoder_free()
|
/third_party/node/deps/ngtcp2/nghttp3/lib/includes/nghttp3/ |
H A D | nghttp3.h | 651 * `nghttp3_buf_free` frees resources allocated for |buf| using |mem| 655 NGHTTP3_EXTERN void nghttp3_buf_free(nghttp3_buf *buf, const nghttp3_mem *mem);
|
Completed in 12 milliseconds