Searched refs:HASH (Results 1 – 3 of 3) sorted by relevance
19 AC_DEFINE(HAVE_HASH_EXT,1,[Have HASH Extension])
2799 typedef uint16_t HASH; typedef2801 HASH table_mask;2805 HASH table_mask;2832 HASH *prefix; /* array of hashes of prefixes by pattern suffix hash order */2838 static inline HASH php_strtr_hash(const char *str, int len)2840 HASH res = 0;2862 HASH h = php_strtr_hash(&S(&patterns[i].pat)[j], B) & shift->table_mask;2875 HASH hash_a = php_strtr_hash(&S(&pnr_a->pat)[res->m - res->B], res->B)3061 HASH last_h = -1; /* assumes not all bits are used in res->hash */3066 HASH h = php_strtr_hash(&S(&res->patterns[i].pat)[res->m - res->B], res->B)[all …]
2191 - Improved HASH extension:4876 - Added support for salsa hashing functions in HASH extension. (Scott)
Completed in 49 milliseconds