Searched refs:Tracevv (Results 1 - 6 of 6) sorted by relevance

/forgerock/web-agents-v4/zlib/
H A Dinffast.c134 Tracevv((stderr, here.val >= 0x20 && here.val < 0x7f ?
151 Tracevv((stderr, "inflate: length %u\n", len));
185 Tracevv((stderr, "inflate: distance %u\n", dist));
298 Tracevv((stderr, "inflate: end of block\n"));
H A Dzutil.h226 # define Tracevv(x) {if (z_verbose>1) fprintf x ;} macro
233 # define Tracevv(x) macro
H A Dinfback.c513 Tracevv((stderr, here.val >= 0x20 && here.val < 0x7f ?
525 Tracevv((stderr, "inflate: end of block\n"));
544 Tracevv((stderr, "inflate: length %u\n", state->length));
583 Tracevv((stderr, "inflate: distance %u\n", state->offset));
H A Dinflate.c1051 Tracevv((stderr, here.val >= 0x20 && here.val < 0x7f ?
1058 Tracevv((stderr, "inflate: end of block\n"));
1077 Tracevv((stderr, "inflate: length %u\n", state->length));
1121 Tracevv((stderr, "inflate: distance %u\n", state->offset));
H A Ddeflate.c1707 Tracevv((stderr,"%c", s->window[s->strstart]));
1822 Tracevv((stderr,"%c", s->window[s->strstart-1]));
1841 Tracevv((stderr,"%c", s->window[s->strstart-1]));
1913 Tracevv((stderr,"%c", s->window[s->strstart]));
1953 Tracevv((stderr,"%c", s->window[s->strstart]));
H A Dtrees.c193 Tracevv((stderr," l %2d v %4x ", length, value));

Completed in 62 milliseconds