Home
last modified time | relevance | path

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

/PHP-8.1/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;
56 zend_accel_hash_entry **hash_table;
57 zend_accel_hash_entry *hash_entries;
66 zend_accel_hash_entry* zend_accel_hash_update(
76 zend_accel_hash_entry* zend_accel_hash_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()
67 memset(accel_hash->hash_table, 0, sizeof(zend_accel_hash_entry *)*accel_hash->max_num_entries); in zend_accel_hash_init()
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()
104 ((zend_accel_hash_entry*)entry->data)->data = data; in zend_accel_hash_update()
144 zend_accel_hash_entry *entry; in zend_accel_hash_find_ex()
159 return ((zend_accel_hash_entry*)entry->data)->data; in zend_accel_hash_find_ex()
189 return (zend_accel_hash_entry *)zend_accel_hash_find_ex(accel_hash, key, 0); in zend_accel_hash_find_entry()
[all …]
H A DZendAccelerator.c1406 static void zend_accel_add_key(zend_string *key, zend_accel_hash_entry *bucket) in zend_accel_add_key()
1500 zend_accel_hash_entry *bucket; in cache_script_in_shared_memory()
2031 zend_accel_hash_entry *bucket; in persistent_compile_file()
2547 zend_accel_hash_entry *bucket = zend_accel_hash_find_entry(&ZCSG(hash), key); in persistent_zend_resolve_path()
2568 zend_accel_hash_entry *bucket = zend_accel_hash_find_entry(&ZCSG(hash), resolved_path); in persistent_zend_resolve_path()
4239 zend_accel_hash_entry *bucket;
H A Dzend_accelerator_module.c539 zend_accel_hash_entry *cache_entry;
H A Dzend_file_cache.c1694 zend_accel_hash_entry *bucket;

Completed in 25 milliseconds