Home
last modified time | relevance | path

Searched refs:loglvl (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/libraries/liblber/
H A Dbprint.c46 #define ber_log_check(errlvl, loglvl) ((errlvl) & (loglvl)) argument
128 int ber_pvt_log_printf( int errlvl, int loglvl, const char *fmt, ... ) in ber_pvt_log_printf() argument
135 if ( !ber_log_check( errlvl, loglvl )) { in ber_pvt_log_printf()
151 static int ber_log_puts(int errlvl, int loglvl, char *buf)
155 if ( !ber_log_check( errlvl, loglvl )) {
170 int loglvl, in ber_log_bprint() argument
176 if ( !ber_log_check( errlvl, loglvl )) { in ber_log_bprint()
241 int loglvl, in ber_log_dump() argument
248 if ( !ber_log_check( errlvl, loglvl )) { in ber_log_dump()
290 int loglvl, in ber_log_sos_dump() argument
H A Dlber-int.h180 int loglvl,
187 int loglvl,
/netbsd-src/external/bsd/openldap/dist/libraries/libldap/
H A Dprint.c36 static int ldap_log_check( LDAP *ld, int loglvl ) in ldap_log_check() argument
46 return errlvl & loglvl ? 1 : 0; in ldap_log_check()
49 int ldap_log_printf( LDAP *ld, int loglvl, const char *fmt, ... ) in ldap_log_printf() argument
54 if ( !ldap_log_check( ld, loglvl )) { in ldap_log_printf()
/netbsd-src/external/bsd/openldap/dist/include/
H A Dlber_pvt.h61 int loglvl,