HomeSort by: relevance | last modified time | path
    Searched refs:ldap_debug (Results 1 - 13 of 13) sorted by relevancy

  /src/external/bsd/openldap/dist/include/
ldap_log.h 51 #if defined(LDAP_DEBUG) && defined(LDAP_SYSLOG)
60 #else /* !LDAP_DEBUG || !LDAP_SYSLOG */
69 #endif /* !LDAP_DEBUG || !LDAP_SYSLOG */
131 #ifdef LDAP_DEBUG
136 #ifndef ldap_debug
137 extern int ldap_debug;
138 #endif /* !ldap_debug */
150 #endif /* LDAP_DEBUG */
155 #ifdef LDAP_DEBUG
158 #define LogTest(level) ( ( ldap_debug | ldap_syslog ) & (level)
203 #define ldap_debug macro
    [all...]
  /src/external/bsd/openldap/dist/libraries/libldap/
print.c 41 errlvl = ldap_debug;
test.c 303 #ifdef LDAP_DEBUG
304 ldap_debug = atoi( optarg );
306 if ( ldap_debug & LDAP_DEBUG_PACKETS ) {
307 ber_set_option( NULL, LBER_OPT_DEBUG_LEVEL, &ldap_debug );
464 #ifdef 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 );
ldap-int.h 75 /* 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 */
83 #ifdef LDAP_DEBUG
86 ( ldap_debug & level )
116 #endif /* LDAP_DEBUG */
search.c 355 #ifdef LDAP_DEBUG
356 if ( ldap_debug & LDAP_DEBUG_ARGS ) {
377 #endif /* LDAP_DEBUG */
request.c 850 #ifdef LDAP_DEBUG
962 #endif /* LDAP_DEBUG */
1657 #ifdef LDAP_DEBUG
1658 if ( ldap_debug & LDAP_DEBUG_PACKETS ) {
1660 ber_log_dump( LDAP_DEBUG_BER, ldap_debug, ber, 0 );
1662 #endif /* LDAP_DEBUG */
result.c 251 #ifdef LDAP_DEBUG
291 #ifdef LDAP_DEBUG
299 #endif /* LDAP_DEBUG */
315 #ifdef LDAP_DEBUG
316 if ( ldap_debug & LDAP_DEBUG_TRACE ) {
324 #endif /* LDAP_DEBUG */
347 #ifdef LDAP_DEBUG
582 #ifdef LDAP_DEBUG
  /src/external/bsd/openldap/dist/libraries/librewrite/
rewrite.c 38 int ldap_debug; variable
  /src/external/bsd/openldap/dist/servers/lloadd/
lload.h 50 #ifndef ldap_debug
51 #define ldap_debug slap_debug macro
  /src/external/bsd/openldap/dist/contrib/ldaptcl/
neoXldap.c 1207 #ifdef LDAP_DEBUG
1214 return Tcl_GetIntFromObj(interp, objv[2], &ldap_debug);
  /src/external/bsd/openldap/dist/contrib/slapd-modules/nssov/
pam.c 24 #undef ldap_debug /* silence a warning in ldap-int.h */ macro
  /src/external/bsd/openldap/dist/servers/slapd/
slap.h 47 #ifndef ldap_debug
48 #define ldap_debug slap_debug macro
587 #ifdef LDAP_DEBUG
3015 #ifdef LDAP_DEBUG
3021 #endif /* !LDAP_DEBUG */
  /src/external/bsd/openldap/dist/servers/slapd/overlays/
rwmmap.c 41 #undef ldap_debug /* silence a warning in ldap-int.h */ macro

Completed in 47 milliseconds