Home
last modified time | relevance | path

Searched defs:HashTable (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libtecla/common/
H A Dhash.c80 struct HashTable { struct
81 HashMemory *mem; /* HashTable free-list */ argument
82 int internal_mem; /* True if 'mem' was allocated by _new_HashTable() */ argument
91 static HashNode *_del_HashNode(HashTable *hash, HashNode *node); argument
H A Dhash.h114 typedef struct HashTable HashTable; typedef
/illumos-gate/usr/src/common/lz4/
H A Dlz4.c548 HTYPE *HashTable = (HTYPE *) (srt->hashTable); in LZ4_compressCtx() local
743 U16 *HashTable = (U16 *) (srt->hashTable); in LZ4_compress64kCtx() local
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dmemcache.c130 } HashTable; typedef