Lines Matching refs:left

750   inflater->left = 0;
1635 * assigned to |inflater->left|. If the |inflater->left| is 0, then
1637 * uses the |inflater->left| as the initial value and continues to
1654 rv = decode_length(&out, &inflater->shift, rfin, (uint32_t)inflater->left,
1667 inflater->left = out;
1675 * Reads |inflater->left| bytes from the range [in, last) and performs
1692 if ((size_t)(last - in) >= inflater->left) {
1693 last = in + inflater->left;
1708 inflater->left -= (size_t)readlen;
1713 * Reads |inflater->left| bytes from the range [in, last) and copies
1726 size_t len = nghttp2_min((size_t)(last - in), inflater->left);
1730 inflater->left -= len;
1935 inflater->left = 0;
1951 DEBUGF("inflatehd: table_size=%zu\n", inflater->left);
1953 inflater->ctx.hd_table_bufsize_max = inflater->left;
1981 if (inflater->left == 0) {
1986 DEBUGF("inflatehd: index=%zu\n", inflater->left);
1988 inflater->index = inflater->left;
1997 inflater->index = inflater->left;
2007 inflater->left = 0;
2020 inflater->left);
2030 rv = nghttp2_rcbuf_new(&inflater->namercbuf, inflater->left * 2 + 1,
2034 rv = nghttp2_rcbuf_new(&inflater->namercbuf, inflater->left + 1, mem);
2055 if (inflater->left) {
2056 DEBUGF("inflatehd: still %zu bytes to go\n", inflater->left);
2076 if (inflater->left) {
2077 DEBUGF("inflatehd: still %zu bytes to go\n", inflater->left);
2091 inflater->left = 0;
2108 DEBUGF("inflatehd: valuelen=%zu\n", inflater->left);
2115 rv = nghttp2_rcbuf_new(&inflater->valuercbuf, inflater->left * 2 + 1,
2120 rv = nghttp2_rcbuf_new(&inflater->valuercbuf, inflater->left + 1, mem);
2143 if (inflater->left) {
2144 DEBUGF("inflatehd: still %zu bytes to go\n", inflater->left);
2178 if (inflater->left) {
2179 DEBUGF("inflatehd: still %zu bytes to go\n", inflater->left);