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

  /src/external/bsd/openldap/dist/libraries/librewrite/
rewrite.c 38 int ldap_debug; variable
  /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/servers/slapd/overlays/
rwmmap.c 41 #undef ldap_debug /* silence a warning in ldap-int.h */ macro
  /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/libraries/libldap/
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 */
  /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/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 */

Completed in 20 milliseconds