Searched refs:ld_cache (Results 1 - 13 of 13) sorted by relevance

/osnet-11/usr/src/lib/libldap4/common/
H A Dcache.c70 if ( ld->ld_cache == NULLLDCACHE ) {
71 if (( ld->ld_cache = (LDAPCache *)malloc( sizeof( LDAPCache )))
79 (void) memset( ld->ld_cache, 0, sizeof( LDAPCache ));
80 ld->ld_cache->lc_memused = sizeof( LDAPCache );
83 ld->ld_cache->lc_timeout = timeout;
84 ld->ld_cache->lc_maxmem = maxmem;
85 check_cache_memused( ld->ld_cache );
86 ld->ld_cache->lc_enabled = 1;
100 if ( ld->ld_cache != NULLLDCACHE ) {
101 ld->ld_cache
[all...]
H A Dsbind.c132 if ( ld->ld_cache != NULL ) {
H A Dcompare.c130 if ( ld->ld_cache != NULL ) {
201 if ( ld->ld_cache != NULL ) {
H A Dunbind.c110 if ( ld->ld_cache != NULL )
H A Dkbind.c138 if ( ld->ld_cache != NULL ) {
H A Dsaslbind.c234 if ( ld->ld_cache != NULL ) {
H A Dcldap.c285 if ( ld->ld_cache != NULL && ld->ld_responses != NULL ) {
568 if ( ld->ld_cache != NULL ) {
H A Dsearch.c242 if (ld->ld_cache != NULL) {
791 if (ld->ld_cache != NULL) {
H A Dresult.c766 if ( ld->ld_cache != NULL ) {
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Dldap-int.h348 struct ldap_cache_fns ld_cache; member in struct:ldap
349 #define ld_cache_config ld_cache.lcf_config
350 #define ld_cache_bind ld_cache.lcf_bind
351 #define ld_cache_unbind ld_cache.lcf_unbind
352 #define ld_cache_search ld_cache.lcf_search
353 #define ld_cache_compare ld_cache.lcf_compare
354 #define ld_cache_add ld_cache.lcf_add
355 #define ld_cache_delete ld_cache.lcf_delete
357 #define ld_cache_rename ld_cache.lcf_rename
359 #define ld_cache_modify ld_cache
[all...]
H A Dgetoption.c226 *((struct ldap_cache_fns *) optdata) = ld->ld_cache;
H A Dsetoption.c285 ld->ld_cache = *((struct ldap_cache_fns *)optdata);
/osnet-11/usr/src/lib/libldap4/include/
H A Dldap-private.h303 LDAPCache *ld_cache; /* non-null if cache is initialized */ member in struct:ldap

Completed in 29 milliseconds