Searched refs:nghttp2_buf_free (Results 1 – 8 of 8) sorted by relevance
/third_party/nghttp2/lib/ |
D | nghttp2_buf.c | 45 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()
|
D | nghttp2_buf.h | 95 void nghttp2_buf_free(nghttp2_buf *buf, nghttp2_mem *mem);
|
D | libnghttp2_shared.map | 8 nghttp2_buf_free;
|
D | nghttp2_session.c | 387 nghttp2_buf_free(&iframe->lbuf, mem); in session_inbound_frame_reset()
|
/third_party/node/deps/nghttp2/lib/ |
D | nghttp2_buf.c | 45 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()
|
D | nghttp2_buf.h | 95 void nghttp2_buf_free(nghttp2_buf *buf, nghttp2_mem *mem);
|
D | nghttp2_session.c | 372 nghttp2_buf_free(&iframe->lbuf, mem); in session_inbound_frame_reset()
|
/third_party/nghttp2/tests/ |
D | nghttp2_session_test.c | 2410 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()
|