Home
last modified time | relevance | path

Searched refs:nghttp3_buf_cap (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_buf.h40 * nghttp3_buf_cap returns the capacity of the buffer. In other
43 size_t nghttp3_buf_cap(const nghttp3_buf *buf);
H A Dnghttp3_buf.c49 size_t nghttp3_buf_cap(const nghttp3_buf *buf) { in nghttp3_buf_cap() function
H A Dnghttp3_stream.c127 if (nghttp3_buf_cap(buf) == NGHTTP3_STREAM_MIN_CHUNK_SIZE) { in delete_out_chunks()
908 if (nghttp3_buf_cap(chunk) == NGHTTP3_STREAM_MIN_CHUNK_SIZE) { in stream_pop_outq_entry()
H A Dnghttp3_qpack.c1121 need = nghttp3_buf_cap(buf) + extra_size - left; in reserve_buf_internal()

Completed in 7 milliseconds