Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dcache.c74 ld->ld_cache_add == NULL ) { in nsldapi_add_result_to_cache()
159 rc = (ld->ld_cache_add)( ld, -1, m->lm_msgtype, dn, mods ); in nsldapi_add_result_to_cache()
H A Dadd.c124 if ( ld->ld_cache_on && ld->ld_cache_add != NULL ) { in ldap_add_ext()
126 if ( (rc = (ld->ld_cache_add)( ld, *msgidp, LDAP_REQ_ADD, dn, in ldap_add_ext()
H A Dldap-int.h355 #define ld_cache_add ld_cache.lcf_add macro