Searched refs:qpack_read_varint (Results 1 - 1 of 1) sorted by relevance
/third_party/node/deps/ngtcp2/nghttp3/lib/ |
H A D | nghttp3_qpack.c | 2404 * qpack_read_varint reads |rstate->prefix| prefixed integer stored 2422 static nghttp3_ssize qpack_read_varint(int *fin, in qpack_read_varint() function 2523 nread = qpack_read_varint(&rfin, &encoder->rstate, p, end); in nghttp3_qpack_encoder_read_decoder() 2808 nread = qpack_read_varint(&rfin, &decoder->rstate, p, end); in nghttp3_qpack_decoder_read_encoder() 2867 nread = qpack_read_varint(&rfin, &decoder->rstate, p, end); in nghttp3_qpack_decoder_read_encoder() 2949 nread = qpack_read_varint(&rfin, &decoder->rstate, p, end); in nghttp3_qpack_decoder_read_encoder() 3270 nread = qpack_read_varint(&rfin, &sctx->rstate, p, end); in nghttp3_qpack_decoder_read_request() 3301 nread = qpack_read_varint(&rfin, &sctx->rstate, p, end); in nghttp3_qpack_decoder_read_request() 3378 nread = qpack_read_varint(&rfin, &sctx->rstate, p, end); in nghttp3_qpack_decoder_read_request() 3444 nread = qpack_read_varint( in nghttp3_qpack_decoder_read_request() [all...] |
Completed in 5 milliseconds