Home
last modified time | relevance | path

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

/PHP-7.4/ext/opcache/
H A Dzend_accelerator_hash.c62 …accel_hash->hash_entries = zend_shared_alloc(sizeof(zend_accel_hash_entry)*accel_hash->max_num_ent… in zend_accel_hash_init()
63 if (!accel_hash->hash_entries) { in zend_accel_hash_init()
126 entry = &accel_hash->hash_entries[accel_hash->num_entries++]; in zend_accel_hash_update()
H A Dzend_accelerator_hash.h58 zend_accel_hash_entry *hash_entries; member

Completed in 5 milliseconds