Home
last modified time | relevance | path

Searched refs:unsent_bytes (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_stream.h223 /* unsent_bytes is the number of bytes in outq not written yet */
224 uint64_t unsent_bytes; member
H A Dnghttp3_stream.c252 stream->unsent_bytes < NGHTTP3_MIN_UNSENT_BYTES;) { in nghttp3_stream_fill_outq()
712 stream->unsent_bytes += buflen; in nghttp3_stream_outq_add()
874 stream->unsent_bytes -= n; in nghttp3_stream_add_outq_offset()

Completed in 3 milliseconds