Home
last modified time | relevance | path

Searched refs:nghttp2_buf_free (Results 1 - 7 of 7) sorted by relevance

/third_party/nghttp2/lib/
H A Dnghttp2_buf.h95 void nghttp2_buf_free(nghttp2_buf *buf, nghttp2_mem *mem);
H A Dnghttp2_buf.c45 void nghttp2_buf_free(nghttp2_buf *buf, nghttp2_mem *mem) { in nghttp2_buf_free() function
112 nghttp2_buf_free(&chain->buf, mem); in buf_chain_del()
H A Dnghttp2_session.c387 nghttp2_buf_free(&iframe->lbuf, mem); in session_inbound_frame_reset()
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_buf.h95 void nghttp2_buf_free(nghttp2_buf *buf, nghttp2_mem *mem);
H A Dnghttp2_buf.c45 void nghttp2_buf_free(nghttp2_buf *buf, nghttp2_mem *mem) { in nghttp2_buf_free() function
112 nghttp2_buf_free(&chain->buf, mem); in buf_chain_del()
H A Dnghttp2_session.c387 nghttp2_buf_free(&iframe->lbuf, mem); in session_inbound_frame_reset()
/third_party/nghttp2/tests/
H A Dnghttp2_session_test.c2413 nghttp2_buf_free(&buf, mem); in test_nghttp2_session_recv_extension()
2414 nghttp2_buf_free(&ud.scratchbuf, mem); in test_nghttp2_session_recv_extension()
2625 nghttp2_buf_free(&buf, mem); in test_nghttp2_session_recv_altsvc()
6687 nghttp2_buf_free(&ud.scratchbuf, mem); in test_nghttp2_submit_extension()

Completed in 33 milliseconds