Home
last modified time | relevance | path

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

/dflybsd-src/contrib/grep/lib/
H A Dhash.h49 typedef bool (*Hash_comparator) (const void *, const void *); typedef
90 Hash_hasher, Hash_comparator,
93 Hash_hasher, Hash_comparator,
H A Dhash.c72 Hash_comparator comparator;
595 Hash_hasher hasher, Hash_comparator comparator, in hash_initialize()