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

/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/include/
H A Dldap_log.h137 #ifndef ldap_debug
138 extern int ldap_debug;
139 #endif /* !ldap_debug */
156 if ( ldap_debug & (level) ) \
157 lutil_debug( ldap_debug, (level), (fmt) ); \
163 if ( ldap_debug & (level) ) \
164 lutil_debug( ldap_debug, (level), (fmt), (arg1) ); \
170 if ( ldap_debug & (level) ) \
171 lutil_debug( ldap_debug, (level), (fmt), (arg1), (arg2) ); \
177 if ( ldap_debug
261 #define ldap_debug macro
[all...]
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/libraries/libldap/
H A Dprint.c36 errlvl = ldap_debug;
H A Dtest.c299 ldap_debug = atoi( optarg );
301 if ( ldap_debug & LDAP_DEBUG_PACKETS ) {
302 ber_set_option( NULL, LBER_OPT_DEBUG_LEVEL, &ldap_debug );
461 ldap_debug = atoi( line );
463 if ( ldap_debug & LDAP_DEBUG_PACKETS ) {
464 ber_set_option( NULL, LBER_OPT_DEBUG_LEVEL, &ldap_debug );
H A Dldap-int.h76 #define ldap_debug ((LDAP_INT_GLOBAL_OPT())->ldo_debug) macro
85 ( ldap_debug & level )
88 do { if ( ldap_debug & level ) \
H A Dsearch.c351 if ( ldap_debug & LDAP_DEBUG_ARGS ) {
H A Drequest.c1629 if ( ldap_debug & LDAP_DEBUG_PACKETS ) {
1632 ber_log_dump( LDAP_DEBUG_BER, ldap_debug, ber, 0 );
H A Dresult.c507 if ( ldap_debug & LDAP_DEBUG_TRACE ) {
H A Dtls_st.c339 if (ldap_debug == 0)
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/libraries/librewrite/
H A Drewrite.c36 int ldap_debug; variable
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dslap.h45 #ifndef ldap_debug
46 #define ldap_debug slap_debug macro
2979 #define StatslogTest( level ) ((ldap_debug | ldap_syslog) & (level))
2983 if ( ldap_debug & (level) ) \
2984 lutil_debug( ldap_debug, (level), (fmt), (connid), (opid), (arg1), (arg2), (arg3) );\
2986 #define StatslogTest( level ) (ldap_debug & (level))
/macosx-10.10.1/sudo-73/src/
H A Dldap.c197 int ldap_debug; member in struct:ldap_config
236 { "debug", CONF_INT, LDAP_OPT_DEBUG_LEVEL, &ldap_conf.ldap_debug },
1997 if (ldap_conf.ldap_debug)
1998 ber_set_option(NULL, LBER_OPT_DEBUG_LEVEL, &ldap_conf.ldap_debug);
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/contrib/ldaptcl/
H A DneoXldap.c1212 return Tcl_GetIntFromObj(interp, objv[2], &ldap_debug);
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/overlays/
H A Drwmmap.c36 #undef ldap_debug /* silence a warning in ldap-int.h */ macro

Completed in 283 milliseconds