Home
last modified time | relevance | path

Searched refs:NGHTTP3_STREAM_MIN_CHUNK_SIZE (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_stream.c127 if (nghttp3_buf_cap(buf) == NGHTTP3_STREAM_MIN_CHUNK_SIZE) { in delete_out_chunks()
753 size_t n = NGHTTP3_STREAM_MIN_CHUNK_SIZE; in nghttp3_stream_ensure_chunk()
765 if (n == NGHTTP3_STREAM_MIN_CHUNK_SIZE) { in nghttp3_stream_ensure_chunk()
908 if (nghttp3_buf_cap(chunk) == NGHTTP3_STREAM_MIN_CHUNK_SIZE) { in stream_pop_outq_entry()
H A Dnghttp3_stream.h42 #define NGHTTP3_STREAM_MIN_CHUNK_SIZE 256 macro
H A Dnghttp3_conn.c233 NGHTTP3_STREAM_MIN_CHUNK_SIZE * 16, mem); in conn_new()

Completed in 6 milliseconds