Home
last modified time | relevance | path

Searched refs:z_verbose (Results 1 – 14 of 14) sorted by relevance

/openbsd/lib/libz/
H A Dzutil.h223 extern int ZLIB_INTERNAL z_verbose;
226 # define Trace(x) {if (z_verbose>=0) fprintf x ;}
227 # define Tracev(x) {if (z_verbose>0) fprintf x ;}
228 # define Tracevv(x) {if (z_verbose>1) fprintf x ;}
229 # define Tracec(c,x) {if (z_verbose>0 && (c)) fprintf x ;}
230 # define Tracecv(c,x) {if (z_verbose>1 && (c)) fprintf x ;}
H A Dzutil.c118 int ZLIB_INTERNAL z_verbose = verbose; variable
H A Dtrees.c241 { if (z_verbose>2) fprintf(stderr,"\ncd %3d ",(c)); \
H A Ddeflate.c1572 if (z_verbose > 1) { in check_match()
H A DChangeLog1358 - use variable z_verbose for tracing in debug mode (L. Peter Deutsch)
/openbsd/sys/lib/libz/
H A Dzutil.h237 extern int ZLIB_INTERNAL z_verbose;
240 # define Trace(x) {if (z_verbose>=0) fprintf x ;}
241 # define Tracev(x) {if (z_verbose>0) fprintf x ;}
242 # define Tracevv(x) {if (z_verbose>1) fprintf x ;}
243 # define Tracec(c,x) {if (z_verbose>0 && (c)) fprintf x ;}
244 # define Tracecv(c,x) {if (z_verbose>1 && (c)) fprintf x ;}
H A Dzutil.c121 int ZLIB_INTERNAL z_verbose = verbose; variable
H A Dtrees.c241 { if (z_verbose>2) fprintf(stderr,"\ncd %3d ",(c)); \
H A Ddeflate.c1572 if (z_verbose > 1) { in check_match()
/openbsd/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/
H A Dzutil.h247 extern int ZLIB_INTERNAL z_verbose;
250 # define Trace(x) {if (z_verbose>=0) fprintf x ;}
251 # define Tracev(x) {if (z_verbose>0) fprintf x ;}
252 # define Tracevv(x) {if (z_verbose>1) fprintf x ;}
253 # define Tracec(c,x) {if (z_verbose>0 && (c)) fprintf x ;}
254 # define Tracecv(c,x) {if (z_verbose>1 && (c)) fprintf x ;}
H A Dzutil.c122 int ZLIB_INTERNAL z_verbose = verbose; variable
H A Dtrees.c167 { if (z_verbose>2) fprintf(stderr,"\ncd %3d ",(c)); \
H A Ddeflate.c1508 if (z_verbose > 1) { in check_match()
/openbsd/sys/lib/libsa/
H A Dcread.c73 int z_verbose = 0; variable