Searched refs:ldap_debug (Results 1 - 13 of 13) sorted by relevance

/netbsd-current/external/bsd/openldap/dist/include/
H A Dldap_log.h136 #ifndef ldap_debug
137 extern int ldap_debug;
138 #endif /* !ldap_debug */
158 #define LogTest(level) ( ( ldap_debug | ldap_syslog ) & (level) )
161 if ( ldap_debug & (level) ) \
162 lutil_debug( ldap_debug, (level), __VA_ARGS__ ); \
169 #define LogTest(level) ( ldap_debug & (level) )
172 if ( ldap_debug & (level) ) \
173 lutil_debug( ldap_debug, (level), __VA_ARGS__ ); \
203 #define ldap_debug \ macro
[all...]
/netbsd-current/external/bsd/openldap/dist/libraries/libldap/
H A Dprint.c41 errlvl = ldap_debug;
H A Dtest.c304 ldap_debug = atoi( optarg );
306 if ( ldap_debug & LDAP_DEBUG_PACKETS ) {
307 ber_set_option( NULL, LBER_OPT_DEBUG_LEVEL, &ldap_debug );
466 ldap_debug = atoi( line );
468 if ( ldap_debug & LDAP_DEBUG_PACKETS ) {
469 ber_set_option( NULL, LBER_OPT_DEBUG_LEVEL, &ldap_debug );
H A Dldap-int.h75 /* if used from server code, ldap_debug already points elsewhere */
76 #ifndef ldap_debug
77 #define ldap_debug ((LDAP_INT_GLOBAL_OPT())->ldo_debug) macro
78 #endif /* !ldap_debug */
86 ( ldap_debug & level )
H A Dsearch.c356 if ( ldap_debug & LDAP_DEBUG_ARGS ) {
H A Drequest.c1657 if ( ldap_debug & LDAP_DEBUG_PACKETS ) {
1659 ber_log_dump( LDAP_DEBUG_BER, ldap_debug, ber, 0 );
H A Dresult.c292 if ( ldap_debug & LDAP_DEBUG_TRACE ) {
/netbsd-current/external/bsd/openldap/dist/libraries/librewrite/
H A Drewrite.c38 int ldap_debug; variable
/netbsd-current/external/bsd/openldap/dist/servers/lloadd/
H A Dlload.h50 #ifndef ldap_debug
51 #define ldap_debug slap_debug macro
/netbsd-current/external/bsd/openldap/dist/contrib/ldaptcl/
H A DneoXldap.c1214 return Tcl_GetIntFromObj(interp, objv[2], &ldap_debug);
/netbsd-current/external/bsd/openldap/dist/contrib/slapd-modules/nssov/
H A Dpam.c24 #undef ldap_debug /* silence a warning in ldap-int.h */ macro
/netbsd-current/external/bsd/openldap/dist/servers/slapd/
H A Dslap.h47 #ifndef ldap_debug
48 #define ldap_debug slap_debug macro
/netbsd-current/external/bsd/openldap/dist/servers/slapd/overlays/
H A Drwmmap.c41 #undef ldap_debug /* silence a warning in ldap-int.h */ macro

Completed in 302 milliseconds