Lines Matching refs:errlvl
46 #define ber_log_check(errlvl, loglvl) ((errlvl) & (loglvl))
128 int ber_pvt_log_printf( int errlvl, int loglvl, const char *fmt, ... )
135 if ( !ber_log_check( errlvl, loglvl )) {
151 static int ber_log_puts(int errlvl, int loglvl, char *buf)
155 if ( !ber_log_check( errlvl, loglvl )) {
169 ber_log_bprint(int errlvl,
176 if ( !ber_log_check( errlvl, loglvl )) {
240 int errlvl,
248 if ( !ber_log_check( errlvl, loglvl )) {
289 int errlvl,