Searched refs:String_Key (Results 1 - 2 of 2) sorted by relevance

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

Completed in 146 milliseconds