Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/openldap/dist/include/
H A Dldap_log.h136 #ifndef ldap_debug
137 extern int 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
/netbsd-src/external/bsd/openldap/dist/libraries/libldap/
H A Dtest.c304 ldap_debug = atoi( optarg ); in main()
306 if ( ldap_debug & LDAP_DEBUG_PACKETS ) { in main()
307 ber_set_option( NULL, LBER_OPT_DEBUG_LEVEL, &ldap_debug ); in main()
466 ldap_debug = atoi( line ); in main()
468 if ( ldap_debug & LDAP_DEBUG_PACKETS ) { in main()
469 ber_set_option( NULL, LBER_OPT_DEBUG_LEVEL, &ldap_debug ); in main()
H A Dprint.c41 errlvl = ldap_debug; in ldap_log_check()
H A Dldap-int.h76 #ifndef ldap_debug
77 #define ldap_debug ((LDAP_INT_GLOBAL_OPT())->ldo_debug) macro
86 ( ldap_debug & level )
H A Dsearch.c356 if ( ldap_debug & LDAP_DEBUG_ARGS ) { in ldap_build_search_req()
H A Drequest.c1657 if ( ldap_debug & LDAP_DEBUG_PACKETS ) { in re_encode_request()
1659 ber_log_dump( LDAP_DEBUG_BER, ldap_debug, ber, 0 ); in re_encode_request()
H A Dresult.c292 if ( ldap_debug & LDAP_DEBUG_TRACE ) { in wait4msg()
/netbsd-src/external/bsd/openldap/dist/servers/lloadd/
H A Dlload.h50 #ifndef ldap_debug
51 #define ldap_debug slap_debug macro
/netbsd-src/external/bsd/openldap/dist/libraries/librewrite/
H A Drewrite.c38 int ldap_debug; variable
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/nssov/
H A Dpam.c24 #undef ldap_debug /* silence a warning in ldap-int.h */
/netbsd-src/external/bsd/openldap/dist/contrib/ldaptcl/
H A DneoXldap.c1214 return Tcl_GetIntFromObj(interp, objv[2], &ldap_debug);
/netbsd-src/external/bsd/openldap/dist/servers/slapd/overlays/
H A Drwmmap.c41 #undef ldap_debug /* silence a warning in ldap-int.h */
/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dslap.h47 #ifndef ldap_debug
48 #define ldap_debug slap_debug macro