Home
last modified time | relevance | path

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

/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_ringbuf.h108 /* nghttp3_ringbuf_full returns nonzero if |rb| is full. */
109 int nghttp3_ringbuf_full(nghttp3_ringbuf *rb);
H A Dnghttp3_ringbuf.c120 int nghttp3_ringbuf_full(nghttp3_ringbuf *rb) { return rb->len == rb->nmemb; } in nghttp3_ringbuf_full() function
H A Dnghttp3_stream.c231 if (nghttp3_ringbuf_full(frq)) { in nghttp3_stream_frq_add()
733 if (nghttp3_ringbuf_full(outq)) { in nghttp3_stream_outq_add()
775 if (nghttp3_ringbuf_full(chunks)) { in nghttp3_stream_ensure_chunk()
1005 if (nghttp3_ringbuf_full(inq)) { in nghttp3_stream_buffer_data()
H A Dnghttp3_qpack.c1735 if (nghttp3_ringbuf_full(&stream->refs)) { in nghttp3_qpack_stream_add_ref()
2059 if (nghttp3_ringbuf_full(&ctx->dtable)) { in nghttp3_qpack_context_dtable_add()

Completed in 8 milliseconds