Home
last modified time | relevance | path

Searched refs:nghttp3_ringbuf_get (Results 1 - 5 of 5) sorted by relevance

/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_stream.c97 tbuf = nghttp3_ringbuf_get(outq, i); in delete_outq()
111 buf = nghttp3_ringbuf_get(chunks, i); in delete_chunks()
125 buf = nghttp3_ringbuf_get(chunks, i); in delete_out_chunks()
144 frent = nghttp3_ringbuf_get(frq, i); in delete_frq()
253 frent = nghttp3_ringbuf_get(frq, 0); in nghttp3_stream_fill_outq()
715 dest = nghttp3_ringbuf_get(outq, len - 1); in nghttp3_stream_outq_add()
756 chunk = nghttp3_ringbuf_get(chunks, len - 1); in nghttp3_stream_ensure_chunk()
795 return nghttp3_ringbuf_get(chunks, len - 1); in nghttp3_stream_get_chunk()
825 tbuf = nghttp3_ringbuf_get(outq, i); in nghttp3_stream_writev()
840 tbuf = nghttp3_ringbuf_get(out in nghttp3_stream_writev()
[all...]
H A Dnghttp3_ringbuf.h101 /* nghttp3_ringbuf_get returns the pointer to the element at
103 void *nghttp3_ringbuf_get(nghttp3_ringbuf *rb, size_t offset);
H A Dnghttp3_ringbuf.c114 void *nghttp3_ringbuf_get(nghttp3_ringbuf *rb, size_t offset) { in nghttp3_ringbuf_get() function
H A Dnghttp3_qpack.c876 ent = *(nghttp3_qpack_entry **)nghttp3_ringbuf_get(&ctx->dtable, i); in qpack_context_free()
999 ent = *(nghttp3_qpack_entry **)nghttp3_ringbuf_get(dtable, len - 1); in nghttp3_qpack_encoder_shrink_dtable()
1090 ref = *(nghttp3_qpack_header_block_ref **)nghttp3_ringbuf_get(&stream->refs, in qpack_encoder_remove_stream()
1366 last_ent = *(nghttp3_qpack_entry **)nghttp3_ringbuf_get(dtable, len - 1); in qpack_encoder_can_index()
1708 ref = *(nghttp3_qpack_header_block_ref **)nghttp3_ringbuf_get(&stream->refs, in nghttp3_qpack_stream_del()
1755 *(nghttp3_qpack_header_block_ref **)nghttp3_ringbuf_get(&stream->refs, 0); in nghttp3_qpack_stream_pop_ref()
2038 ent = *(nghttp3_qpack_entry **)nghttp3_ringbuf_get(&ctx->dtable, i - 1); in nghttp3_qpack_context_dtable_add()
2207 return *(nghttp3_qpack_entry **)nghttp3_ringbuf_get(&ctx->dtable, relidx); in nghttp3_qpack_context_dtable_get()
2213 return *(nghttp3_qpack_entry **)nghttp3_ringbuf_get(&ctx->dtable, 0); in nghttp3_qpack_context_dtable_top()
2289 *(nghttp3_qpack_header_block_ref **)nghttp3_ringbuf_get( in nghttp3_qpack_encoder_ack_header()
[all...]
H A Dnghttp3_conn.c1069 buf = nghttp3_ringbuf_get(&stream->inq, 0); in conn_process_blocked_stream_data()

Completed in 10 milliseconds