Lines Matching refs:DEBUGF
787 DEBUGF("inflatehd: header emission: %s: %s\n", nv->name->base,
882 DEBUGF("inflate: shift exponent overflow\n");
887 DEBUGF("inflate: integer overflow on shift\n");
894 DEBUGF("inflate: integer overflow on addition\n");
923 DEBUGF("deflatehd: emit table_size=%zu\n", table_size);
953 DEBUGF("deflatehd: emit indexed index=%zu, %zu bytes\n", idx, blocklen);
989 DEBUGF("deflatehd: emit string str=%.*s, length=%zu, huffman=%d, "
1046 DEBUGF("deflatehd: emit indname index=%zu, valuelen=%zu, indexing_mode=%d\n",
1078 DEBUGF(
1120 DEBUGF("hpack: remove item from header table: %s: %s\n",
1352 DEBUGF("deflatehd: deflating %.*s: %.*s\n", (int)nv->namelen, nv->name,
1382 DEBUGF("deflatehd: name/value match index=%zd\n", idx);
1393 DEBUGF("deflatehd: name match index=%zd\n", res.index);
1481 DEBUGF("deflatehd: all input name/value pairs were deflated\n");
1485 DEBUGF("deflatehd: error return %d\n", rv);
1658 DEBUGF("inflatehd: integer decoding failed\n");
1663 DEBUGF("inflatehd: integer exceeded the maximum value %zu\n", maxlen);
1669 DEBUGF("inflatehd: decoded integer is %u\n", out);
1700 DEBUGF("inflatehd: huffman decoding failed\n");
1704 DEBUGF("inflatehd: huffman decoding failed\n");
1886 DEBUGF("inflatehd: start state=%d\n", inflater->state);
1894 DEBUGF("inflatehd: header table size change was expected, but saw "
1904 DEBUGF("inflatehd: header table size change\n");
1906 DEBUGF("inflatehd: header table size change must appear at the head "
1914 DEBUGF("inflatehd: indexed repr\n");
1919 DEBUGF("inflatehd: literal header repr - new name\n");
1923 DEBUGF("inflatehd: literal header repr - indexed name\n");
1929 DEBUGF("inflatehd: indexing required=%d, no_index=%d\n",
1951 DEBUGF("inflatehd: table_size=%zu\n", inflater->left);
1986 DEBUGF("inflatehd: index=%zu\n", inflater->left);
2009 DEBUGF("inflatehd: huffman encoded=%d\n", inflater->huffman_encoded != 0);
2019 DEBUGF("inflatehd: integer not fully decoded. current=%zu\n",
2053 DEBUGF("inflatehd: %zd bytes read\n", rv);
2056 DEBUGF("inflatehd: still %zu bytes to go\n", inflater->left);
2075 DEBUGF("inflatehd: %zd bytes read\n", rv);
2077 DEBUGF("inflatehd: still %zu bytes to go\n", inflater->left);
2093 DEBUGF("inflatehd: huffman encoded=%d\n", inflater->huffman_encoded != 0);
2108 DEBUGF("inflatehd: valuelen=%zu\n", inflater->left);
2141 DEBUGF("inflatehd: %zd bytes read\n", rv);
2144 DEBUGF("inflatehd: still %zu bytes to go\n", inflater->left);
2169 DEBUGF("inflatehd: value read failure %zd: %s\n", rv,
2176 DEBUGF("inflatehd: %zd bytes read\n", rv);
2179 DEBUGF("inflatehd: still %zu bytes to go\n", inflater->left);
2205 DEBUGF("inflatehd: all input bytes were processed\n");
2208 DEBUGF("inflatehd: in_final set\n");
2212 DEBUGF("inflatehd: unacceptable state=%d\n", inflater->state);
2223 DEBUGF("inflatehd: input ended prematurely\n");
2232 DEBUGF("inflatehd: error return %zd\n", rv);