Home
last modified time | relevance | path

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

/third_party/nghttp2/tests/
Dnghttp2_buf_test.c297 CU_ASSERT(0 == nghttp2_bufs_next_present(&bufs)); in test_nghttp2_bufs_next_present()
304 CU_ASSERT(0 == nghttp2_bufs_next_present(&bufs)); in test_nghttp2_bufs_next_present()
313 CU_ASSERT(0 != nghttp2_bufs_next_present(&bufs)); in test_nghttp2_bufs_next_present()
/third_party/node/deps/nghttp2/lib/
Dnghttp2_buf.h403 int nghttp2_bufs_next_present(nghttp2_bufs *bufs);
Dnghttp2_buf.c521 int nghttp2_bufs_next_present(nghttp2_bufs *bufs) { in nghttp2_bufs_next_present() function
Dnghttp2_session.c2602 if (nghttp2_bufs_next_present(framebufs)) { in session_after_frame_sent1()
2817 if (nghttp2_bufs_next_present(framebufs)) { in session_after_frame_sent2()
/third_party/nghttp2/lib/
Dnghttp2_buf.h403 int nghttp2_bufs_next_present(nghttp2_bufs *bufs);
Dlibnghttp2_shared.map22 nghttp2_bufs_next_present;
Dnghttp2_buf.c521 int nghttp2_bufs_next_present(nghttp2_bufs *bufs) { in nghttp2_bufs_next_present() function
Dnghttp2_session.c2977 if (nghttp2_bufs_next_present(framebufs)) { in session_after_frame_sent1()
3191 if (nghttp2_bufs_next_present(framebufs)) { in session_after_frame_sent2()