Searched refs:_new_HashTable (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/lib/libtecla/common/ |
H A D | hash.h | 42 * app_data void * The _new_HashTable() app_data argument. 55 * data void * The _new_HashTable() 'app_data' argument to be 128 HashTable *_new_HashTable(HashMemory *mem, int size, HashCase hcase,
|
H A D | hash.c | 84 int internal_mem; /* True if 'mem' was allocated by _new_HashTable() */ 213 HashTable *_new_HashTable(HashMemory *mem, int size, HashCase hcase, function 335 * _new_HashTable() will also be passed.
|
H A D | keytab.c | 127 kt->actions = _new_HashTable(NULL, KT_HASH_SIZE, IGNORE_CASE, NULL, 0);
|
Completed in 61 milliseconds