Home
last modified time | relevance | path

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

/php-src/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.c374 …op_array* zend_accel_load_script(zend_persistent_script *persistent_script, int from_shared_memory) in zend_accel_load_script() argument
381 if (EXPECTED(from_shared_memory)) { in zend_accel_load_script()
420 if (UNEXPECTED(!from_shared_memory)) { in zend_accel_load_script()
H A DZendAccelerator.c1548 *from_shared_memory = true; in cache_script_in_file_cache()
1586 *from_shared_memory = true; in cache_script_in_shared_memory()
1601 *from_shared_memory = true; in cache_script_in_shared_memory()
1619 *from_shared_memory = true; in cache_script_in_shared_memory()
1681 *from_shared_memory = true; in cache_script_in_shared_memory()
1979 bool from_shared_memory; /* if the script we've got is stored in SHM */ in persistent_compile_file() local
2154 from_shared_memory = false; in persistent_compile_file()
2156 persistent_script = cache_script_in_shared_memory(persistent_script, key, &from_shared_memory); in persistent_compile_file()
2167 if (from_shared_memory) { in persistent_compile_file()
2221 from_shared_memory = true; in persistent_compile_file()
[all …]

Completed in 16 milliseconds