Home
last modified time | relevance | path

Searched refs:Hash_hash_f (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/lib/libast/common/hash/
H A Dhashlib.h39 typedef unsigned int (*Hash_hash_f)(const char*, ...); typedef
45 Hash_hash_f hash; /* name hash routine */
H A Dhashalloc.c122 tab->root->local->hash = va_arg(ap, Hash_hash_f); in hashalloc()