Home
last modified time | relevance | path

Searched defs:nghttp3_conn (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/ngtcp2/nghttp3/lib/
Dnghttp3_conn.h78 struct nghttp3_conn { struct
79 nghttp3_objalloc out_chunk_objalloc;
80 nghttp3_objalloc stream_objalloc;
81 nghttp3_callbacks callbacks;
82 nghttp3_map streams;
83 nghttp3_qpack_decoder qdec;
84 nghttp3_qpack_encoder qenc;
85 nghttp3_pq qpack_blocked_streams;
86 struct {
88 } sched[NGHTTP3_URGENCY_LEVELS];
[all …]
/third_party/node/deps/ngtcp2/nghttp3/lib/includes/nghttp3/
Dnghttp3.h1587 typedef struct nghttp3_conn nghttp3_conn; typedef