Home
last modified time | relevance | path

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

/third_party/nghttp2/tests/
H A Dnghttp2_buf_test.c299 CU_ASSERT(0 == nghttp2_bufs_next_present(&bufs)); in test_nghttp2_bufs_next_present()
306 CU_ASSERT(0 == nghttp2_bufs_next_present(&bufs)); in test_nghttp2_bufs_next_present()
315 CU_ASSERT(0 != nghttp2_bufs_next_present(&bufs)); in test_nghttp2_bufs_next_present()
/third_party/nghttp2/lib/
H A Dnghttp2_buf.h403 int nghttp2_bufs_next_present(nghttp2_bufs *bufs);
H A Dnghttp2_buf.c521 int nghttp2_bufs_next_present(nghttp2_bufs *bufs) { in nghttp2_bufs_next_present() function
H A Dnghttp2_session.c2927 if (nghttp2_bufs_next_present(framebufs)) { in session_after_frame_sent1()
3132 if (nghttp2_bufs_next_present(framebufs)) { in session_after_frame_sent2()
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_buf.h403 int nghttp2_bufs_next_present(nghttp2_bufs *bufs);
H A Dnghttp2_buf.c521 int nghttp2_bufs_next_present(nghttp2_bufs *bufs) { in nghttp2_bufs_next_present() function
H A Dnghttp2_session.c2922 if (nghttp2_bufs_next_present(framebufs)) { in session_after_frame_sent1()
3127 if (nghttp2_bufs_next_present(framebufs)) { in session_after_frame_sent2()

Completed in 33 milliseconds