Home
last modified time | relevance | path

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

/PHP-8.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;
56 zend_accel_hash_entry **hash_table;
57 zend_accel_hash_entry *hash_entries;
68 zend_accel_hash_entry* zend_accel_hash_update(
78 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.c1464 static void zend_accel_add_key(zend_string *key, zend_accel_hash_entry *bucket) in zend_accel_add_key()
1554 zend_accel_hash_entry *bucket; in cache_script_in_shared_memory()
2039 zend_accel_hash_entry *bucket; in persistent_compile_file()
2520 zend_accel_hash_entry *bucket = zend_accel_hash_find_entry(&ZCSG(hash), key); in persistent_zend_resolve_path()
2541 zend_accel_hash_entry *bucket = zend_accel_hash_find_entry(&ZCSG(hash), resolved_path); in persistent_zend_resolve_path()
4221 zend_accel_hash_entry *bucket;
H A Dzend_accelerator_module.c583 zend_accel_hash_entry *cache_entry;
H A Dzend_file_cache.c1776 zend_accel_hash_entry *bucket;
/PHP-8.3/ext/opcache/jit/
H A Dzend_jit_trace.c7339 zend_accel_hash_entry *cache_entry; in zend_jit_stop_counter_handlers()

Completed in 80 milliseconds