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

/illumos-gate/usr/src/lib/libtecla/common/
H A Dhash.h42 * 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 Dhash.c84 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 Dkeytab.c127 kt->actions = _new_HashTable(NULL, KT_HASH_SIZE, IGNORE_CASE, NULL, 0);

Completed in 101 milliseconds