Home
last modified time | relevance | path

Searched refs:nghttp2_bufs_cur_avail (Results 1 – 5 of 5) sorted by relevance

/third_party/nghttp2/lib/
Dnghttp2_hd_huffman.c55 avail = nghttp2_bufs_cur_avail(bufs); in nghttp2_hd_huff_encode()
83 avail = nghttp2_bufs_cur_avail(bufs); in nghttp2_hd_huff_encode()
Dnghttp2_buf.h405 #define nghttp2_bufs_cur_avail(BUFS) nghttp2_buf_avail(&(BUFS)->cur->buf) macro
/third_party/node/deps/nghttp2/lib/
Dnghttp2_hd_huffman.c55 avail = nghttp2_bufs_cur_avail(bufs); in nghttp2_hd_huff_encode()
83 avail = nghttp2_bufs_cur_avail(bufs); in nghttp2_hd_huff_encode()
Dnghttp2_buf.h405 #define nghttp2_bufs_cur_avail(BUFS) nghttp2_buf_avail(&(BUFS)->cur->buf) macro
/third_party/nghttp2/tests/
Dnghttp2_buf_test.c49 CU_ASSERT(507 == nghttp2_bufs_cur_avail(&bufs)); in test_nghttp2_bufs_add()
336 CU_ASSERT(512 == nghttp2_bufs_cur_avail(&bufs)); in test_nghttp2_bufs_realloc()