Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dstring.c2858 static inline HASH php_strtr_hash(const char *str, int len) function
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)
2897 hash_b = php_strtr_hash(&S(&pnr_b->pat)[res->m - res->B], res->B)
3023 res->prefix[i] = php_strtr_hash(S(&res->patterns[i].pat), Bp);
3036 HASH h = php_strtr_hash(&S(&res->patterns[i].pat)[res->m - res->B], res->B)
3076 HASH h = php_strtr_hash(&S(text)[pos + d->m - d->B], d->B) & d->shift->table_mask;
3083 prefix_h = php_strtr_hash(&S(text)[pos], d->Bp);

Completed in 35 milliseconds