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

/opensolaris-onvv-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dmemcache.c157 } ldapmemcacheRes; typedef in typeref:struct:ldapmemcacheRes_struct
176 ldapmemcacheRes *ldmemc_resHead[LIST_TOTAL];
177 ldapmemcacheRes *ldmemc_resTail[LIST_TOTAL];
197 static int memcache_free_entry(LDAPMemCache *cache, ldapmemcacheRes *pRes);
198 static int memcache_expired(LDAPMemCache *cache, ldapmemcacheRes *pRes,
200 static int memcache_add_to_list(LDAPMemCache *cache, ldapmemcacheRes *pRes,
202 static int memcache_add_res_to_list(ldapmemcacheRes *pRes, LDAPMessage *pMsg,
204 static int memcache_free_from_list(LDAPMemCache *cache, ldapmemcacheRes *pRes,
999 ldapmemcacheRes *pRes;
1277 memcache_free_entry(LDAPMemCache *cache, ldapmemcacheRes *pRe
[all...]

Completed in 59 milliseconds