HASH_TAB_SIZE 2973 ext/standard/string.c res->hash = safe_emalloc(HASH_TAB_SIZE, sizeof(*res->hash->entries), sizeof(*res->hash)); HASH_TAB_SIZE 2974 ext/standard/string.c res->hash->table_mask = HASH_TAB_SIZE - 1; HASH_TAB_SIZE 2992 ext/standard/string.c for (i = 0; i < HASH_TAB_SIZE; i++) { HASH_TAB_SIZE 3009 ext/standard/string.c res->hash->entries[HASH_TAB_SIZE] = patnum; /* OK, we effectively allocated SIZE+1 */ HASH_TAB_SIZE 3010 ext/standard/string.c for (i = HASH_TAB_SIZE - 1; i >= 0; i--) {