Configuration/keywords_hash_mask [ Variables ]

FUNCTION

Mask for keyword hash function. This mask reduces the hash value for the actual hash table size. Also the size of the hash table can be derived from this mask:

     hash table size = keywords_hash_mask + 1

SOURCE

static unsigned int keywords_hash_mask;