Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dstring.c2843 #define HASH_TAB_SIZE (1U << HASH_TAB_BITS) macro
3008 res->hash = safe_emalloc(HASH_TAB_SIZE, sizeof(*res->hash->entries), sizeof(*res->hash));
3009 res->hash->table_mask = HASH_TAB_SIZE - 1;
3027 for (i = 0; i < HASH_TAB_SIZE; i++) {
3044 res->hash->entries[HASH_TAB_SIZE] = patnum; /* OK, we effectively allocated SIZE+1 */
3045 for (i = HASH_TAB_SIZE - 1; i >= 0; i--) {

Completed in 19 milliseconds