Home
last modified time | relevance | path

Searched refs:from_shared_memory (Results 1 – 3 of 3) sorted by relevance

/PHP-8.2/ext/opcache/
H A Dzend_accelerator_util_funcs.h39 …p_array* zend_accel_load_script(zend_persistent_script *persistent_script, int from_shared_memory);
H A Dzend_accelerator_util_funcs.c370 …op_array* zend_accel_load_script(zend_persistent_script *persistent_script, int from_shared_memory) in zend_accel_load_script() argument
377 if (EXPECTED(from_shared_memory)) { in zend_accel_load_script()
416 if (UNEXPECTED(!from_shared_memory)) { in zend_accel_load_script()
H A DZendAccelerator.c1558 *from_shared_memory = true; in cache_script_in_file_cache()
1596 *from_shared_memory = true; in cache_script_in_shared_memory()
1611 *from_shared_memory = true; in cache_script_in_shared_memory()
1629 *from_shared_memory = true; in cache_script_in_shared_memory()
1693 *from_shared_memory = true; in cache_script_in_shared_memory()
1991 bool from_shared_memory; /* if the script we've got is stored in SHM */ in persistent_compile_file() local
2180 from_shared_memory = false; in persistent_compile_file()
2182 persistent_script = cache_script_in_shared_memory(persistent_script, key, &from_shared_memory); in persistent_compile_file()
2193 if (from_shared_memory) { in persistent_compile_file()
2247 from_shared_memory = true; in persistent_compile_file()
[all …]

Completed in 40 milliseconds