Home
last modified time | relevance | path

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

/third_party/node/deps/ngtcp2/nghttp3/lib/
Dnghttp3_qpack.h223 struct nghttp3_qpack_encoder { struct
224 nghttp3_qpack_context ctx;
227 nghttp3_qpack_map dtable_map;
230 nghttp3_map streams;
234 nghttp3_ksl blocked_streams;
259 * nghttp3_qpack_encoder_init initializes |encoder|. argument
269 int nghttp3_qpack_encoder_init(nghttp3_qpack_encoder *encoder, argument
/third_party/node/deps/ngtcp2/nghttp3/lib/includes/nghttp3/
Dnghttp3.h1090 typedef struct nghttp3_qpack_encoder nghttp3_qpack_encoder; typedef