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

/opensolaris-onvv-gate/usr/src/lib/libldap5/include/ldap/
H A Dldaplog.h68 extern int ldap_debug;
71 if ( ldap_debug & level ) { \
78 extern int ldap_debug;
80 if ( ldap_debug & level ) { \
/opensolaris-onvv-gate/usr/src/lib/libldap4/common/
H A Dgetdxbyname.c103 if ( ldap_debug & LDAP_DEBUG_PACKETS ) {
H A Dreferral.c396 if ( ldap_debug & LDAP_DEBUG_PACKETS ) {
488 if ( ldap_debug & LDAP_DEBUG_PACKETS ) {
H A Dopen.c51 int ldap_debug; variable
H A Dos-ip.c221 if (ldap_debug & LDAP_DEBUG_TRACE) {
H A Dcldap.c560 if ( ldap_debug & LDAP_DEBUG_PACKETS ) {
H A Drequest.c135 if ( ldap_debug & LDAP_DEBUG_TRACE ) {
H A Dresult.c257 if ( ldap_debug & LDAP_DEBUG_TRACE ) {
/opensolaris-onvv-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dgetdxbyname.c127 if ( ldap_debug & LDAP_DEBUG_PACKETS ) {
H A Dsetoption.c90 ldap_debug = *((int *)optdata);
101 ldap_debug = 0;
H A Dgetoption.c80 *((int *) optdata) = ldap_debug;
H A Dos-ip.c289 if ( ldap_debug & LDAP_DEBUG_TRACE ) {
422 } else if ( ldap_debug & LDAP_DEBUG_TRACE ) {
708 if ( ldap_debug & LDAP_DEBUG_TRACE ) {
H A Dopen.c61 int ldap_debug; variable
H A Drequest.c113 if ( ldap_debug & LDAP_DEBUG_TRACE ) {
1210 if ( ldap_debug & LDAP_DEBUG_PACKETS ) {
H A Dresult.c351 if ( ldap_debug & LDAP_DEBUG_TRACE ) {
/opensolaris-onvv-gate/usr/src/cmd/ldap/common/
H A Dldaptest.c310 ldap_debug = atoi( optarg );
311 if ( ldap_debug & LDAP_DEBUG_PACKETS ) {
312 lber_debug = ldap_debug;
552 ldap_debug = atoi( line );
553 if ( ldap_debug & LDAP_DEBUG_PACKETS ) {
554 lber_debug = ldap_debug;
/opensolaris-onvv-gate/usr/src/lib/libldap4/include/
H A Dldap.h751 extern int ldap_debug;
778 if (ldap_debug & level) \
786 if (ldap_debug & level) \

Completed in 132 milliseconds