Home
last modified time | relevance | path

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

/PHP-7.3/ext/opcache/
H A Dzend_accelerator_hash.h45 typedef struct _zend_accel_hash_entry zend_accel_hash_entry; typedef
50 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(
78 zend_accel_hash_entry* zend_accel_hash_find_entry(
87 zend_accel_hash_entry* zend_accel_hash_str_find_entry(
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()
105 ((zend_accel_hash_entry*)entry->data)->data = data; in zend_accel_hash_update()
146 zend_accel_hash_entry *entry; in zend_accel_hash_find_ex()
160 return ((zend_accel_hash_entry*)entry->data)->data; in zend_accel_hash_find_ex()
195 return (zend_accel_hash_entry *)zend_accel_hash_find_ex( in zend_accel_hash_find_entry()
221 return (zend_accel_hash_entry *)zend_accel_hash_find_ex( in zend_accel_hash_str_find_entry()
[all …]
H A DZendAccelerator.c1350 static void zend_accel_add_key(const char *key, unsigned int key_length, zend_accel_hash_entry *buc… in zend_accel_add_key()
1450 zend_accel_hash_entry *bucket; in cache_script_in_shared_memory()
2010 zend_accel_hash_entry *bucket; in persistent_compile_file()
2293 zend_accel_hash_entry *bucket = zend_accel_hash_str_find_entry(&ZCSG(hash), key, key_length); in persistent_zend_resolve_path()
2314 zend_accel_hash_entry *bucket = zend_accel_hash_find_entry(&ZCSG(hash), resolved_path); in persistent_zend_resolve_path()
H A Dzend_accelerator_module.c545 zend_accel_hash_entry *cache_entry;
H A Dzend_file_cache.c1357 zend_accel_hash_entry *bucket;

Completed in 19 milliseconds