Home
last modified time | relevance | path

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

/PHP-8.1/ext/opcache/
H A Dzend_accelerator_util_funcs.h34 …p_array* zend_accel_load_script(zend_persistent_script *persistent_script, int from_shared_memory);
H A Dzend_accelerator_util_funcs.c218 …op_array* zend_accel_load_script(zend_persistent_script *persistent_script, int from_shared_memory) in zend_accel_load_script() argument
225 if (EXPECTED(from_shared_memory)) { in zend_accel_load_script()
259 if (UNEXPECTED(!from_shared_memory)) { in zend_accel_load_script()
H A DZendAccelerator.c1494 *from_shared_memory = 1; in cache_script_in_file_cache()
1534 *from_shared_memory = 1; in cache_script_in_shared_memory()
1549 *from_shared_memory = 1; in cache_script_in_shared_memory()
1607 *from_shared_memory = 1; in cache_script_in_shared_memory()
1669 *from_shared_memory = 1; in cache_script_in_shared_memory()
1970 int from_shared_memory; /* if the script we've got is stored in SHM */ in persistent_compile_file() local
2182 from_shared_memory = 0; in persistent_compile_file()
2184 persistent_script = cache_script_in_shared_memory(persistent_script, key, &from_shared_memory); in persistent_compile_file()
2195 if (from_shared_memory) { in persistent_compile_file()
2248 from_shared_memory = 1; in persistent_compile_file()
[all …]

Completed in 17 milliseconds