HomeSort by: relevance | last modified time | path
    Searched refs:z_verbose (Results 1 - 5 of 5) sorted by relevancy

  /src/common/dist/zlib/
zutil.h 236 extern int ZLIB_INTERNAL z_verbose;
239 # define Trace(x) {if (z_verbose>=0) fprintf x ;}
240 # define Tracev(x) {if (z_verbose>0) fprintf x ;}
241 # define Tracevv(x) {if (z_verbose>1) fprintf x ;}
242 # define Tracec(c,x) {if (z_verbose>0 && (c)) fprintf x ;}
243 # define Tracecv(c,x) {if (z_verbose>1 && (c)) fprintf x ;}
zutil.c 122 int ZLIB_INTERNAL z_verbose = verbose; variable in typeref:typename:int ZLIB_INTERNAL
trees.c 245 { if (z_verbose>2) fprintf(stderr,"\ncd %3d ",(c)); \
deflate.c 1578 if (z_verbose > 1) {
  /src/sys/net/
zlib.c 254 extern int z_verbose;
257 # define Trace(x) {if (z_verbose>=0) fprintf x ;}
258 # define Tracev(x) {if (z_verbose>0) fprintf x ;}
259 # define Tracevv(x) {if (z_verbose>1) fprintf x ;}
260 # define Tracec(c,x) {if (z_verbose>0 && (c)) fprintf x ;}
261 # define Tracecv(c,x) {if (z_verbose>1 && (c)) fprintf x ;}
1565 if (z_verbose > 1) {
2272 { if (z_verbose>2) fprintf(stderr,"\ncd %3d ",(c)); \
5636 int z_verbose = verbose; variable in typeref:typename:int

Completed in 19 milliseconds