strihash           12 hashmap.h      extern unsigned int strihash(const char *buf);
strihash          167 test-hashmap.c 			hash = icase ? strihash(p1) : strhash(p1);
strihash          177 test-hashmap.c 					strihash(p1), memihash(p1, l1));