HASH_TAB_SIZE    2999 ext/standard/string.c 	res->hash = safe_emalloc(HASH_TAB_SIZE, sizeof(*res->hash->entries), sizeof(*res->hash));
HASH_TAB_SIZE    3000 ext/standard/string.c 	res->hash->table_mask = HASH_TAB_SIZE - 1;
HASH_TAB_SIZE    3018 ext/standard/string.c 	for (i = 0; i < HASH_TAB_SIZE; i++) {
HASH_TAB_SIZE    3035 ext/standard/string.c 	res->hash->entries[HASH_TAB_SIZE] = patnum; /* OK, we effectively allocated SIZE+1 */
HASH_TAB_SIZE    3036 ext/standard/string.c 	for (i = HASH_TAB_SIZE - 1; i >= 0; i--) {