Home
last modified time | relevance | path

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

/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_ringbuf.h111 int nghttp3_ringbuf_reserve(nghttp3_ringbuf *rb, size_t nmemb);
H A Dnghttp3_ringbuf.c122 int nghttp3_ringbuf_reserve(nghttp3_ringbuf *rb, size_t nmemb) { in nghttp3_ringbuf_reserve() function
H A Dnghttp3_stream.c233 rv = nghttp3_ringbuf_reserve(frq, nlen); in nghttp3_stream_frq_add()
735 rv = nghttp3_ringbuf_reserve(outq, nlen); in nghttp3_stream_outq_add()
777 rv = nghttp3_ringbuf_reserve(chunks, nlen); in nghttp3_stream_ensure_chunk()
1008 rv = nghttp3_ringbuf_reserve(inq, nlen); in nghttp3_stream_buffer_data()
H A Dnghttp3_qpack.c1736 rv = nghttp3_ringbuf_reserve(&stream->refs, in nghttp3_qpack_stream_add_ref()
2060 rv = nghttp3_ringbuf_reserve(&ctx->dtable, in nghttp3_qpack_context_dtable_add()

Completed in 8 milliseconds