Searched refs:z_verbose (Results 1 – 5 of 5) sorted by relevance
242 extern int ZLIB_INTERNAL z_verbose;245 # define Trace(x) {if (z_verbose>=0) fprintf x ;}246 # define Tracev(x) {if (z_verbose>0) fprintf x ;}247 # define Tracevv(x) {if (z_verbose>1) fprintf x ;}248 # define Tracec(c,x) {if (z_verbose>0 && (c)) fprintf x ;}249 # define Tracecv(c,x) {if (z_verbose>1 && (c)) fprintf x ;}
120 int ZLIB_INTERNAL z_verbose = verbose; variable
166 { if (z_verbose>2) fprintf(stderr,"\ncd %3d ",(c)); \
1466 if (z_verbose > 1) {
1252 - use variable z_verbose for tracing in debug mode (L. Peter Deutsch).