Home
last modified time | relevance | path

Searched refs:cf_verbose (Results 1 – 17 of 17) sorted by relevance

/dports/databases/pgbouncer/pgbouncer-1.16.0/lib/usual/
H A Dsafeio.c62 else if (cf_verbose > 2) in safe_recv()
78 else if (cf_verbose > 2) in safe_send()
106 } else if (cf_verbose > 2) { in safe_close()
128 else if (cf_verbose > 2) in safe_recvmsg()
158 } else if (cf_verbose > 2) in safe_sendmsg()
172 if (res < 0 && (errno != EINPROGRESS || cf_verbose > 2)) in safe_connect()
176 else if (cf_verbose > 2) in safe_connect()
193 else if (cf_verbose > 2) { in safe_accept()
H A Dlogging.h85 extern int cf_verbose;
149 if (unlikely(cf_verbose > 0)) \
155 if (unlikely(cf_verbose > 1)) \
H A Dlogging.c57 int cf_verbose = 0; variable
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/
H A Ddumprar.py350 cf_verbose = 0 variable
387 if cf_verbose > 1:
423 if cf_verbose > 1:
449 elif cf_verbose > 0 and r.comment:
460 if cf_verbose == 1:
494 global cf_verbose, cf_show_comment, cf_charset
514 cf_verbose += 1
/dports/databases/pgbouncer/pgbouncer-1.16.0/include/
H A Dutil.h28 if (unlikely(cf_verbose > 0)) \
32 if (unlikely(cf_verbose > 1)) \
/dports/archivers/py-rarfile/rarfile-4.0/
H A Ddumprar.py423 cf_verbose = 0 variable
460 if cf_verbose > 1:
496 if cf_verbose > 1:
522 elif cf_verbose > 0 and r.comment:
531 if cf_verbose == 1:
565 global cf_verbose, cf_show_comment, cf_charset
585 cf_verbose += 1
/dports/security/tcpcrypt/tcpcrypt-0.5/src/
H A Dtcpcryptd.h43 int cf_verbose; member
H A Dtest.c142 if (_conf.cf_verbose < level) in print_packet()
H A Dtcpcryptd.c1028 if (_conf.cf_verbose < level) in xprintf()
1259 _conf.cf_verbose++; in main()
/dports/sysutils/cfengine317/cfengine-3.17.0/examples/
H A Dfix_names.cf63 replace_with => With("CfOut(cf_verbose,\"\",");
/dports/sysutils/cfengine/cfengine-3.19.0/examples/
H A Dfix_names.cf63 replace_with => With("CfOut(cf_verbose,\"\",");
/dports/sysutils/cfengine318/cfengine-3.18.1/examples/
H A Dfix_names.cf63 replace_with => With("CfOut(cf_verbose,\"\",");
/dports/sysutils/cfengine316/cfengine-3.16.0/examples/
H A Dfix_names.cf63 replace_with => With("CfOut(cf_verbose,\"\",");
/dports/sysutils/cfengine-devel/core-d08ae9eff/examples/
H A Dfix_names.cf63 replace_with => With("CfOut(cf_verbose,\"\",");
/dports/sysutils/cfengine319/cfengine-3.19.0/examples/
H A Dfix_names.cf63 replace_with => With("CfOut(cf_verbose,\"\",");
/dports/databases/pgbouncer/pgbouncer-1.16.0/src/
H A Dmain.c311 CF_ABS("verbose", CF_INT, cf_verbose, 0, NULL),
882 cf_verbose++; in main()
H A Ddnslookup.c1411 if (cf_verbose > 1) { in got_result_gai()