Home
last modified time | relevance | path

Searched refs:rfin (Results 1 - 3 of 3) sorted by relevance

/third_party/nghttp2/lib/
H A Dnghttp2_hd.c1646 static ssize_t hd_inflate_read_len(nghttp2_hd_inflater *inflater, int *rfin, in hd_inflate_read_len() argument
1652 *rfin = 0; in hd_inflate_read_len()
1654 rv = decode_length(&out, &inflater->shift, rfin, (uint32_t)inflater->left, in hd_inflate_read_len()
1876 int rfin = 0; in nghttp2_hd_inflate_hd_nv() local
1939 rfin = 0; in nghttp2_hd_inflate_hd_nv()
1941 inflater, &rfin, in, last, 5, in nghttp2_hd_inflate_hd_nv()
1948 if (!rfin) { in nghttp2_hd_inflate_hd_nv()
1968 rfin = 0; in nghttp2_hd_inflate_hd_nv()
1969 rv = hd_inflate_read_len(inflater, &rfin, in, last, prefixlen, in nghttp2_hd_inflate_hd_nv()
1977 if (!rfin) { in nghttp2_hd_inflate_hd_nv()
[all...]
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_hd.c1646 static ssize_t hd_inflate_read_len(nghttp2_hd_inflater *inflater, int *rfin, in hd_inflate_read_len() argument
1652 *rfin = 0; in hd_inflate_read_len()
1654 rv = decode_length(&out, &inflater->shift, rfin, (uint32_t)inflater->left, in hd_inflate_read_len()
1876 int rfin = 0; in nghttp2_hd_inflate_hd_nv() local
1939 rfin = 0; in nghttp2_hd_inflate_hd_nv()
1941 inflater, &rfin, in, last, 5, in nghttp2_hd_inflate_hd_nv()
1948 if (!rfin) { in nghttp2_hd_inflate_hd_nv()
1968 rfin = 0; in nghttp2_hd_inflate_hd_nv()
1969 rv = hd_inflate_read_len(inflater, &rfin, in, last, prefixlen, in nghttp2_hd_inflate_hd_nv()
1977 if (!rfin) { in nghttp2_hd_inflate_hd_nv()
[all...]
/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_qpack.c2492 int rfin; in nghttp3_qpack_encoder_read_decoder() local
2523 nread = qpack_read_varint(&rfin, &encoder->rstate, p, end); in nghttp3_qpack_encoder_read_decoder()
2532 if (!rfin) { in nghttp3_qpack_encoder_read_decoder()
2762 int rfin; in nghttp3_qpack_decoder_read_encoder() local
2808 nread = qpack_read_varint(&rfin, &decoder->rstate, p, end); in nghttp3_qpack_decoder_read_encoder()
2817 if (!rfin) { in nghttp3_qpack_decoder_read_encoder()
2867 nread = qpack_read_varint(&rfin, &decoder->rstate, p, end); in nghttp3_qpack_decoder_read_encoder()
2876 if (!rfin) { in nghttp3_qpack_decoder_read_encoder()
2949 nread = qpack_read_varint(&rfin, &decoder->rstate, p, end); in nghttp3_qpack_decoder_read_encoder()
2958 if (!rfin) { in nghttp3_qpack_decoder_read_encoder()
3257 int rfin; nghttp3_qpack_decoder_read_request() local
[all...]

Completed in 10 milliseconds