Home
last modified time | relevance | path

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

/PHP-5.5/ext/opcache/
H A Dzend_accelerator_hash.c36 memset(accel_hash->hash_table, 0, sizeof(zend_accel_hash_entry *)*accel_hash->max_num_entries); in zend_accel_hash_clean()
78 zend_accel_hash_entry *entry; in zend_accel_hash_update()
79 zend_accel_hash_entry *indirect_bucket = NULL; in zend_accel_hash_update()
82 indirect_bucket = (zend_accel_hash_entry*)data; in zend_accel_hash_update()
84 indirect_bucket = (zend_accel_hash_entry*)indirect_bucket->data; in zend_accel_hash_update()
102 ((zend_accel_hash_entry*)entry->data)->data = data; in zend_accel_hash_update()
147 zend_accel_hash_entry *entry; in zend_accel_hash_find()
158 return ((zend_accel_hash_entry *) entry->data)->data; in zend_accel_hash_find()
175 zend_accel_hash_entry *entry; in zend_accel_hash_find_entry()
186 return (zend_accel_hash_entry *) entry->data; in zend_accel_hash_find_entry()
[all …]
H A Dzend_accelerator_hash.h45 typedef struct _zend_accel_hash_entry zend_accel_hash_entry; typedef
51 zend_accel_hash_entry *next;
57 zend_accel_hash_entry **hash_table;
58 zend_accel_hash_entry *hash_entries;
67 zend_accel_hash_entry* zend_accel_hash_update(
79 zend_accel_hash_entry* zend_accel_hash_find_entry(
H A DZendAccelerator.c1105 static void zend_accel_add_key(char *key, unsigned int key_length, zend_accel_hash_entry *bucket TS… in zend_accel_add_key()
1128 zend_accel_hash_entry *bucket; in cache_script_in_shared_memory()
1512 zend_accel_hash_entry *bucket;
1818 zend_accel_hash_entry *bucket;
1988 zend_accel_hash_entry *bucket;
2117 …memset(ZCSG(include_paths).hash_table, 0, sizeof(zend_accel_hash_entry*) * ZCSG(include_paths).max…
H A Dzend_accelerator_module.c500 zend_accel_hash_entry *cache_entry; in accelerator_get_scripts()

Completed in 17 milliseconds