Searched refs:z_verbose (Results 1 – 5 of 5) sorted by relevance
221 extern int ZLIB_INTERNAL z_verbose;224 # define Trace(x) {if (z_verbose>=0) fprintf x ;}225 # define Tracev(x) {if (z_verbose>0) fprintf x ;}226 # define Tracevv(x) {if (z_verbose>1) fprintf x ;}227 # define Tracec(c,x) {if (z_verbose>0 && (c)) fprintf x ;}228 # define Tracecv(c,x) {if (z_verbose>1 && (c)) fprintf x ;}
123 int ZLIB_INTERNAL z_verbose = verbose; variable
168 { if (z_verbose>2) fprintf(stderr,"\ncd %3d ",(c)); \
1371 if (z_verbose > 1) {
1209 - use variable z_verbose for tracing in debug mode (L. Peter Deutsch).