Searched defs:nghttp3_conn (Results 1 – 2 of 2) sorted by relevance
78 struct nghttp3_conn { struct79 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 …]
1587 typedef struct nghttp3_conn nghttp3_conn; typedef