Home
last modified time | relevance | path

Searched refs:nghttp3_buf_left (Results 1 - 5 of 5) sorted by relevance

/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_buf.c41 size_t nghttp3_buf_left(const nghttp3_buf *buf) { in nghttp3_buf_left() function
H A Dnghttp3_balloc.c68 if (nghttp3_buf_left(&balloc->buf) < n) { in nghttp3_balloc_get()
H A Dnghttp3_stream.c757 if (nghttp3_buf_left(chunk) >= need) { in nghttp3_stream_ensure_chunk()
997 bufleft = nghttp3_buf_left(buf); in nghttp3_stream_buffer_data()
1021 bufleft = nghttp3_buf_left(buf); in nghttp3_stream_buffer_data()
H A Dnghttp3_qpack.c1114 size_t left = nghttp3_buf_left(buf); in reserve_buf_internal()
3735 assert(nghttp3_buf_left(dbuf) >= nghttp3_buf_len(&decoder->dbuf) + len); in nghttp3_qpack_decoder_write_decoder()
/third_party/node/deps/ngtcp2/nghttp3/lib/includes/nghttp3/
H A Dnghttp3.h660 * `nghttp3_buf_left` returns the number of additional bytes which can
665 NGHTTP3_EXTERN size_t nghttp3_buf_left(const nghttp3_buf *buf);
1434 * The caller must ensure that `nghttp3_buf_left(dbuf)
1435 * <nghttp3_buf_left>` >=

Completed in 11 milliseconds