Home
last modified time | relevance | path

Searched refs:nghttp2_buf_free (Results 1 – 8 of 8) sorted by relevance

/third_party/nghttp2/lib/
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()
Dnghttp2_buf.h95 void nghttp2_buf_free(nghttp2_buf *buf, nghttp2_mem *mem);
Dlibnghttp2_shared.map8 nghttp2_buf_free;
Dnghttp2_session.c387 nghttp2_buf_free(&iframe->lbuf, mem); in session_inbound_frame_reset()
/third_party/node/deps/nghttp2/lib/
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()
Dnghttp2_buf.h95 void nghttp2_buf_free(nghttp2_buf *buf, nghttp2_mem *mem);
Dnghttp2_session.c372 nghttp2_buf_free(&iframe->lbuf, mem); in session_inbound_frame_reset()
/third_party/nghttp2/tests/
Dnghttp2_session_test.c2410 nghttp2_buf_free(&buf, mem); in test_nghttp2_session_recv_extension()
2411 nghttp2_buf_free(&ud.scratchbuf, mem); in test_nghttp2_session_recv_extension()
2622 nghttp2_buf_free(&buf, mem); in test_nghttp2_session_recv_altsvc()
6660 nghttp2_buf_free(&ud.scratchbuf, mem); in test_nghttp2_submit_extension()