Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libast/hash/
H A Dhashlib.h38 typedef int (*Hash_compare_f)(const char*, const char*, ...); typedef
46 Hash_compare_f compare; /* name comparision routine */
H A Dhashalloc.c114 tab->root->local->compare = va_arg(ap, Hash_compare_f); in hashalloc()