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

/opensolaris-onvv-gate/usr/src/lib/libtecla/common/
H A Dhash.h95 * HashNode's and HashTable's are small objects. Separately allocating
113 * Declare an alias for the private HashTable structure defined in
116 typedef struct HashTable HashTable; typedef in typeref:struct:HashTable
128 HashTable *_new_HashTable(HashMemory *mem, int size, HashCase hcase,
133 HashTable *_del_HashTable(HashTable *hash);
137 Symbol *_new_HashSymbol(HashTable *hash, const char *key, int code,
142 int _clear_HashTable(HashTable *hash);
146 Symbol *_del_HashSymbol(HashTable *has
[all...]
H A Dhash.c51 * for allocation of HashTable containers and nodes.
54 FreeList *hash_memory; /* HashTable free-list */
80 * Note that the HashTable typedef for this struct is contained in hash.h.
82 struct HashTable { struct
83 HashMemory *mem; /* HashTable free-list */
93 static HashNode *_del_HashNode(HashTable *hash, HashNode *node);
94 static HashNode *_new_HashNode(HashTable *hash, const char *name, int code,
96 static HashNode *_find_HashNode(HashTable *hash, HashBucket *bucket,
98 static HashBucket *_find_HashBucket(HashTable *hash, const char *name);
106 * list_count int The number of HashTable container
[all...]
H A Dkeytab.c66 HashTable *actions; /* The hash table of actions */
/opensolaris-onvv-gate/usr/src/cmd/man/src/util/nsgmls.src/include/
H A DHashTable.h29 class HashTable { class in namespace:SP_NAMESPACE
31 HashTable() { } function in class:SP_NAMESPACE::HashTable
46 HashTableIter(const HashTable<K, V> &table) : iter_(table.table_) { } argument
68 #include "HashTable.cxx"
H A DHashTable.cxx13 void HashTable<K,V>::insert(const K &key, const V &value, Boolean replace)
H A DSyntax.h16 #include "HashTable.h"
278 HashTable<StringC,int> nameTable_;
279 HashTable<StringC,Char> functionTable_;
H A DDtd.h22 #include "HashTable.h"
121 HashTable<StringC,int> shortrefTable_;
H A DSd.h19 #include "HashTable.h"
262 HashTable<StringC,int> namedCharTable_;
/opensolaris-onvv-gate/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...]
/opensolaris-onvv-gate/usr/src/cmd/man/src/util/nsgmls.src/lib/
H A DSOEntityCatalog.cxx19 #include "HashTable.h"
125 HashTable<StringC,CatalogEntry> overrideEntries_;
128 HashTable<StringC,CatalogEntry> normalEntries_;
133 HashTable<StringC,CatalogEntry> systemIds_;

Completed in 95 milliseconds