Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dmemcache.c190 static int memcache_validate_basedn(LDAPMemCache *cache, const char *basedn);
194 static int memcache_adj_size(LDAPMemCache *cache, unsigned long size,
196 static int memcache_free_entry(LDAPMemCache *cache, ldapmemcacheRes *pRes);
197 static int memcache_expired(LDAPMemCache *cache, ldapmemcacheRes *pRes,
199 static int memcache_add_to_list(LDAPMemCache *cache, ldapmemcacheRes *pRes,
203 static int memcache_free_from_list(LDAPMemCache *cache, ldapmemcacheRes *pRes,
214 static int memcache_access(LDAPMemCache *cache, int mode,
217 static void memcache_print_list( LDAPMemCache *cache, int index );
218 static void memcache_report_statistics( LDAPMemCache *cache );
254 LDAPMemCache **cachep ) in ldap_memcache_init()
[all …]
H A Dldap-int.h375 LDAPMemCache *ld_memcache;
/illumos-gate/usr/src/head/
H A Dldap.h1301 typedef struct ldapmemcache LDAPMemCache; /* opaque in-memory cache handle */ typedef
1305 LDAPMemCache **cachep);
1306 int LDAP_CALL ldap_memcache_set(LDAP *ld, LDAPMemCache *cache);
1307 int LDAP_CALL ldap_memcache_get(LDAP *ld, LDAPMemCache **cachep);
1308 LDAP_API(void) LDAP_CALL ldap_memcache_flush(LDAPMemCache *cache, char *dn,
1310 LDAP_API(void) LDAP_CALL ldap_memcache_destroy(LDAPMemCache *cache);
1311 LDAP_API(void) LDAP_CALL ldap_memcache_update(LDAPMemCache *cache);