Home
last modified time | relevance | path

Searched refs:nghttp3_buf_free (Results 1 - 5 of 5) sorted by relevance

/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_buf.c37 void nghttp3_buf_free(nghttp3_buf *buf, const nghttp3_mem *mem) { in nghttp3_buf_free() function
H A Dnghttp3_stream.c99 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 Dnghttp3_conn.c339 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 Dnghttp3_qpack.c2661 nghttp3_buf_free(&decoder->dbuf, decoder->ctx.mem); in nghttp3_qpack_decoder_free()
/third_party/node/deps/ngtcp2/nghttp3/lib/includes/nghttp3/
H A Dnghttp3.h651 * `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 15 milliseconds