Home
last modified time | relevance | path

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

/PHP-7.3/ext/opcache/
H A Dzend_accelerator_util_funcs.h36 …p_array* zend_accel_load_script(zend_persistent_script *persistent_script, int from_shared_memory);
H A DZendAccelerator.c1426 …*cache_script_in_file_cache(zend_persistent_script *new_persistent_script, int *from_shared_memory) in cache_script_in_file_cache() argument
1443 *from_shared_memory = 1; in cache_script_in_file_cache()
1500 *from_shared_memory = 1; in cache_script_in_shared_memory()
1560 *from_shared_memory = 1; in cache_script_in_shared_memory()
1618 *from_shared_memory = 1; in cache_script_in_shared_memory()
1942 int from_shared_memory; /* if the script we've got is stored in SHM */ in persistent_compile_file() local
2165 from_shared_memory = 0; in persistent_compile_file()
2167 …= cache_script_in_shared_memory(persistent_script, key, key ? key_length : 0, &from_shared_memory); in persistent_compile_file()
2178 if (from_shared_memory) { in persistent_compile_file()
2223 from_shared_memory = 1; in persistent_compile_file()
[all …]
H A Dzend_accelerator_util_funcs.c776 …op_array* zend_accel_load_script(zend_persistent_script *persistent_script, int from_shared_memory) in zend_accel_load_script() argument
783 if (EXPECTED(from_shared_memory)) { in zend_accel_load_script()
842 if (UNEXPECTED(!from_shared_memory)) { in zend_accel_load_script()

Completed in 22 milliseconds