Home
last modified time | relevance | path

Searched refs:nghttp3_qpack_lookup_result (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_qpack.h298 /* nghttp3_qpack_lookup_result stores a result of table lookup. */
299 typedef struct nghttp3_qpack_lookup_result { struct
308 } nghttp3_qpack_lookup_result; typedef
315 nghttp3_qpack_lookup_result
327 nghttp3_qpack_lookup_result nghttp3_qpack_encoder_lookup_dtable(
H A Dnghttp3_qpack.c1423 nghttp3_qpack_lookup_result sres = {-1, 0, -1}, dres = {-1, 0, -1}; in nghttp3_qpack_encoder_encode_nv()
1582 nghttp3_qpack_lookup_result
1585 nghttp3_qpack_lookup_result res = {(nghttp3_ssize)token_stable[token].absidx, in nghttp3_qpack_lookup_stable()
1612 nghttp3_qpack_lookup_result nghttp3_qpack_encoder_lookup_dtable( in nghttp3_qpack_encoder_lookup_dtable()
1616 nghttp3_qpack_lookup_result res = {-1, 0, -1}; in nghttp3_qpack_encoder_lookup_dtable()

Completed in 6 milliseconds