Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libtecla/common/
H A Dhash.h126 HashTable *_new_HashTable(HashMemory *mem, int size, HashCase hcase,
H A Dhash.c211 HashTable *_new_HashTable(HashMemory *mem, int size, HashCase hcase, in _new_HashTable() function
H A Dkeytab.c125 kt->actions = _new_HashTable(NULL, KT_HASH_SIZE, IGNORE_CASE, NULL, 0); in _new_KeyTab()