Searched refs:hashpjw (Results 1 – 4 of 4) sorted by relevance
13 extern unsigned int hashpjw (const unsigned char *string, unsigned int len);
15 hashpjw (const unsigned char *x, unsigned int len) // From Dragon book, p436 in hashpjw() function
145 hashpjw (reinterpret_cast<const unsigned char *>(item->_selchars), in insert()
1229 * lib/hashpjw.h (hashpjw): Change argument type to 'unsigned char *'.1230 * lib/hash.cc (hashpjw): Likewise.1679 * lib/hash.h (hashpjw): Add a length argument.1680 * lib/hash.cc (hashpjw): Likewise. Don't stop when encountering a NUL1692 ignore_length argument. Pass explicit length to hashpjw. Compare