Home
last modified time | relevance | path

Searched refs:HASH (Results 1 – 3 of 3) sorted by relevance

/PHP-5.5/ext/hash/
H A Dconfig.m419 AC_DEFINE(HAVE_HASH_EXT,1,[Have HASH Extension])
/PHP-5.5/ext/standard/
H A Dstring.c2819 typedef uint16_t HASH; typedef
2821 HASH table_mask;
2825 HASH table_mask;
2852 HASH *prefix; /* array of hashes of prefixes by pattern suffix hash order */
2858 static inline HASH php_strtr_hash(const char *str, int len)
2860 HASH res = 0;
2882 HASH h = php_strtr_hash(&S(&patterns[i].pat)[j], B) & shift->table_mask;
2895 HASH hash_a = php_strtr_hash(&S(&pnr_a->pat)[res->m - res->B], res->B)
3031 HASH last_h = -1; /* assumes not all bits are used in res->hash */
3036 HASH h = php_strtr_hash(&S(&res->patterns[i].pat)[res->m - res->B], res->B)
[all …]
/PHP-5.5/
H A DNEWS3380 - Improved HASH extension:
6065 - Added support for salsa hashing functions in HASH extension. (Scott)

Completed in 48 milliseconds