Home
last modified time | relevance | path

Searched defs:htable_hash (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dhtable.c142 #define htable_hash(s, size) (hash_fnvz(s) % (size)) macro
146 static size_t htable_hash(const char *s, size_t size) in htable_hash() function