• Home
  • Raw
  • Download

Lines Matching refs:DEBUGF

782   DEBUGF("inflatehd: header emission: %s: %s\n", nv->name->base,  in emit_header()
877 DEBUGF("inflate: shift exponent overflow\n"); in decode_length()
882 DEBUGF("inflate: integer overflow on shift\n"); in decode_length()
889 DEBUGF("inflate: integer overflow on addition\n"); in decode_length()
918 DEBUGF("deflatehd: emit table_size=%zu\n", table_size); in emit_table_size()
948 DEBUGF("deflatehd: emit indexed index=%zu, %zu bytes\n", idx, blocklen); in emit_indexed_block()
984 DEBUGF("deflatehd: emit string str=%.*s, length=%zu, huffman=%d, " in emit_string()
1041 DEBUGF("deflatehd: emit indname index=%zu, valuelen=%zu, indexing_mode=%d\n", in emit_indname_block()
1073 DEBUGF( in emit_newname_block()
1115 DEBUGF("hpack: remove item from header table: %s: %s\n", in add_hd_table_incremental()
1346 DEBUGF("deflatehd: deflating %.*s: %.*s\n", (int)nv->namelen, nv->name, in deflate_nv()
1376 DEBUGF("deflatehd: name/value match index=%zd\n", idx); in deflate_nv()
1387 DEBUGF("deflatehd: name match index=%zd\n", res.index); in deflate_nv()
1475 DEBUGF("deflatehd: all input name/value pairs were deflated\n"); in nghttp2_hd_deflate_hd_bufs()
1479 DEBUGF("deflatehd: error return %d\n", rv); in nghttp2_hd_deflate_hd_bufs()
1652 DEBUGF("inflatehd: integer decoding failed\n"); in hd_inflate_read_len()
1657 DEBUGF("inflatehd: integer exceeded the maximum value %zu\n", maxlen); in hd_inflate_read_len()
1663 DEBUGF("inflatehd: decoded integer is %u\n", out); in hd_inflate_read_len()
1694 DEBUGF("inflatehd: huffman decoding failed\n"); in hd_inflate_read_huff()
1698 DEBUGF("inflatehd: huffman decoding failed\n"); in hd_inflate_read_huff()
1880 DEBUGF("inflatehd: start state=%d\n", inflater->state); in nghttp2_hd_inflate_hd_nv()
1888 DEBUGF("inflatehd: header table size change was expected, but saw " in nghttp2_hd_inflate_hd_nv()
1898 DEBUGF("inflatehd: header table size change\n"); in nghttp2_hd_inflate_hd_nv()
1900 DEBUGF("inflatehd: header table size change must appear at the head " in nghttp2_hd_inflate_hd_nv()
1908 DEBUGF("inflatehd: indexed repr\n"); in nghttp2_hd_inflate_hd_nv()
1913 DEBUGF("inflatehd: literal header repr - new name\n"); in nghttp2_hd_inflate_hd_nv()
1917 DEBUGF("inflatehd: literal header repr - indexed name\n"); in nghttp2_hd_inflate_hd_nv()
1923 DEBUGF("inflatehd: indexing required=%d, no_index=%d\n", in nghttp2_hd_inflate_hd_nv()
1945 DEBUGF("inflatehd: table_size=%zu\n", inflater->left); in nghttp2_hd_inflate_hd_nv()
1980 DEBUGF("inflatehd: index=%zu\n", inflater->left); in nghttp2_hd_inflate_hd_nv()
2003 DEBUGF("inflatehd: huffman encoded=%d\n", inflater->huffman_encoded != 0); in nghttp2_hd_inflate_hd_nv()
2013 DEBUGF("inflatehd: integer not fully decoded. current=%zu\n", in nghttp2_hd_inflate_hd_nv()
2047 DEBUGF("inflatehd: %zd bytes read\n", rv); in nghttp2_hd_inflate_hd_nv()
2050 DEBUGF("inflatehd: still %zu bytes to go\n", inflater->left); in nghttp2_hd_inflate_hd_nv()
2069 DEBUGF("inflatehd: %zd bytes read\n", rv); in nghttp2_hd_inflate_hd_nv()
2071 DEBUGF("inflatehd: still %zu bytes to go\n", inflater->left); in nghttp2_hd_inflate_hd_nv()
2087 DEBUGF("inflatehd: huffman encoded=%d\n", inflater->huffman_encoded != 0); in nghttp2_hd_inflate_hd_nv()
2102 DEBUGF("inflatehd: valuelen=%zu\n", inflater->left); in nghttp2_hd_inflate_hd_nv()
2135 DEBUGF("inflatehd: %zd bytes read\n", rv); in nghttp2_hd_inflate_hd_nv()
2138 DEBUGF("inflatehd: still %zu bytes to go\n", inflater->left); in nghttp2_hd_inflate_hd_nv()
2163 DEBUGF("inflatehd: value read failure %zd: %s\n", rv, in nghttp2_hd_inflate_hd_nv()
2170 DEBUGF("inflatehd: %zd bytes read\n", rv); in nghttp2_hd_inflate_hd_nv()
2173 DEBUGF("inflatehd: still %zu bytes to go\n", inflater->left); in nghttp2_hd_inflate_hd_nv()
2199 DEBUGF("inflatehd: all input bytes were processed\n"); in nghttp2_hd_inflate_hd_nv()
2202 DEBUGF("inflatehd: in_final set\n"); in nghttp2_hd_inflate_hd_nv()
2206 DEBUGF("inflatehd: unacceptable state=%d\n", inflater->state); in nghttp2_hd_inflate_hd_nv()
2217 DEBUGF("inflatehd: input ended prematurely\n"); in nghttp2_hd_inflate_hd_nv()
2226 DEBUGF("inflatehd: error return %zd\n", rv); in nghttp2_hd_inflate_hd_nv()