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

/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Dmemcache.c131 } HashTable; typedef in typeref:struct:HashTable_struct
174 HashTable *ldmemc_resTmp;
175 HashTable *ldmemc_resLookup;
223 static int htable_sizeinbytes(HashTable *pTable);
224 static int htable_put(HashTable *pTable, void *key, void *pData);
225 static int htable_get(HashTable *pTable, void *key, void **ppData);
226 static int htable_misc(HashTable *pTable, void *key, void *pData);
227 static int htable_remove(HashTable *pTable, void *key, void **ppData);
228 static int htable_removeall(HashTable *pTable, void *pData);
232 MiscFuncPtr miscOpf, HashTable **ppTabl
[all...]

Completed in 52 milliseconds