OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:z_verbose
(Results
1 - 2
of
2
) sorted by relevancy
/src/common/dist/zlib/
zutil.c
122
int ZLIB_INTERNAL
z_verbose
= verbose;
variable in typeref:typename:int ZLIB_INTERNAL
/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 16 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025