Home
last modified time | relevance | path

Searched refs:ld_cache_bind (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/lib/libldap5/sources/ldap/common/
H A Dsbind.c100 if ( ld->ld_cache_on && ld->ld_cache_bind != NULL ) { in simple_bind_nolock()
107 rc = (ld->ld_cache_bind)( ld, msgid, LDAP_REQ_BIND, dn, &bv, in simple_bind_nolock()
H A Dsaslbind.c99 if ( ld->ld_cache_on && ld->ld_cache_bind != NULL ) { in ldap_sasl_bind()
101 if ( (rc = (ld->ld_cache_bind)( ld, msgid, LDAP_REQ_BIND, dn, in ldap_sasl_bind()
H A Dldap-int.h353 #define ld_cache_bind ld_cache.lcf_bind macro