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.c1552 *from_shared_memory = true; in cache_script_in_file_cache()
1590 *from_shared_memory = true; in cache_script_in_shared_memory()
1605 *from_shared_memory = true; in cache_script_in_shared_memory()
1623 *from_shared_memory = true; in cache_script_in_shared_memory()
1685 *from_shared_memory = true; in cache_script_in_shared_memory()
1990 bool from_shared_memory; /* if the script we've got is stored in SHM */ in persistent_compile_file() local
2165 from_shared_memory = false; in persistent_compile_file()
2167 persistent_script = cache_script_in_shared_memory(persistent_script, key, &from_shared_memory); in persistent_compile_file()
2178 if (from_shared_memory) { in persistent_compile_file()
2232 from_shared_memory = true; in persistent_compile_file()
[all …]

Completed in 16 milliseconds