• Home
  • Raw
  • Download

Lines Matching refs:DEBUGF

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