Home
last modified time | relevance | path

Searched refs:String_Key (Results 1 – 2 of 2) sorted by path

/illumos-gate/usr/src/cmd/sgs/link_audit/common/
H A Dhash.c44 ptr->hash_type = String_Key; in make_hash()
68 if (tbl->hash_type == String_Key) { in get_hash()
74 if (tbl->hash_type == String_Key) { in get_hash()
95 new->key = ((tbl->hash_type == String_Key)?strdup(key):key); in get_hash()
118 if (tbl->hash_type == String_Key) { in find_hash()
142 if (tbl->hash_type == String_Key) { in del_hash()
151 if (tbl->hash_type == String_Key) { in del_hash()
178 if (tbl->hash_type == String_Key) { in del_hash()
238 if (tbl->hash_type == String_Key) { in destroy_hash()
H A Dhash.h41 String_Key = 0, enumerator