zend_accel_hash_entry 1137 ext/opcache/ZendAccelerator.c zend_accel_hash_entry *bucket; zend_accel_hash_entry 1525 ext/opcache/ZendAccelerator.c zend_accel_hash_entry *bucket; zend_accel_hash_entry 1853 ext/opcache/ZendAccelerator.c zend_accel_hash_entry *bucket; zend_accel_hash_entry 2023 ext/opcache/ZendAccelerator.c zend_accel_hash_entry *bucket; zend_accel_hash_entry 2152 ext/opcache/ZendAccelerator.c memset(ZCSG(include_paths).hash_table, 0, sizeof(zend_accel_hash_entry*) * ZCSG(include_paths).max_num_entries); zend_accel_hash_entry 36 ext/opcache/zend_accelerator_hash.c memset(accel_hash->hash_table, 0, sizeof(zend_accel_hash_entry *)*accel_hash->max_num_entries); zend_accel_hash_entry 55 ext/opcache/zend_accelerator_hash.c accel_hash->hash_table = zend_shared_alloc(sizeof(zend_accel_hash_entry *)*accel_hash->max_num_entries); zend_accel_hash_entry 62 ext/opcache/zend_accelerator_hash.c accel_hash->hash_entries = zend_shared_alloc(sizeof(zend_accel_hash_entry)*accel_hash->max_num_entries); zend_accel_hash_entry 67 ext/opcache/zend_accelerator_hash.c memset(accel_hash->hash_table, 0, sizeof(zend_accel_hash_entry *)*accel_hash->max_num_entries); zend_accel_hash_entry 74 ext/opcache/zend_accelerator_hash.c zend_accel_hash_entry* zend_accel_hash_update(zend_accel_hash *accel_hash, char *key, zend_uint key_length, zend_bool indirect, void *data) zend_accel_hash_entry 78 ext/opcache/zend_accelerator_hash.c zend_accel_hash_entry *entry; zend_accel_hash_entry 79 ext/opcache/zend_accelerator_hash.c zend_accel_hash_entry *indirect_bucket = NULL; zend_accel_hash_entry 82 ext/opcache/zend_accelerator_hash.c indirect_bucket = (zend_accel_hash_entry*)data; zend_accel_hash_entry 84 ext/opcache/zend_accelerator_hash.c indirect_bucket = (zend_accel_hash_entry*)indirect_bucket->data; zend_accel_hash_entry 102 ext/opcache/zend_accelerator_hash.c ((zend_accel_hash_entry*)entry->data)->data = data; zend_accel_hash_entry 147 ext/opcache/zend_accelerator_hash.c zend_accel_hash_entry *entry; zend_accel_hash_entry 158 ext/opcache/zend_accelerator_hash.c return ((zend_accel_hash_entry *) entry->data)->data; zend_accel_hash_entry 171 ext/opcache/zend_accelerator_hash.c zend_accel_hash_entry* zend_accel_hash_find_entry(zend_accel_hash *accel_hash, char *key, zend_uint key_length) zend_accel_hash_entry 175 ext/opcache/zend_accelerator_hash.c zend_accel_hash_entry *entry; zend_accel_hash_entry 186 ext/opcache/zend_accelerator_hash.c return (zend_accel_hash_entry *) entry->data; zend_accel_hash_entry 200 ext/opcache/zend_accelerator_hash.c zend_accel_hash_entry *entry, *last_entry=NULL; zend_accel_hash_entry 51 ext/opcache/zend_accelerator_hash.h zend_accel_hash_entry *next; zend_accel_hash_entry 57 ext/opcache/zend_accelerator_hash.h zend_accel_hash_entry **hash_table; zend_accel_hash_entry 58 ext/opcache/zend_accelerator_hash.h zend_accel_hash_entry *hash_entries; zend_accel_hash_entry 67 ext/opcache/zend_accelerator_hash.h zend_accel_hash_entry* zend_accel_hash_update( zend_accel_hash_entry 79 ext/opcache/zend_accelerator_hash.h zend_accel_hash_entry* zend_accel_hash_find_entry( zend_accel_hash_entry 504 ext/opcache/zend_accelerator_module.c zend_accel_hash_entry *cache_entry;