Home
last modified time | relevance | path

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

/PHP-7.0/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.c1208 …*cache_script_in_file_cache(zend_persistent_script *new_persistent_script, int *from_shared_memory) in cache_script_in_file_cache() argument
1260 *from_shared_memory = 1; in cache_script_in_file_cache()
1265 …sistent_script *new_persistent_script, char *key, unsigned int key_length, int *from_shared_memory) in cache_script_in_shared_memory() argument
1384 *from_shared_memory = 1; in cache_script_in_shared_memory()
1675 int from_shared_memory; /* if the script we've got is stored in SHM */ in persistent_compile_file() local
1866 from_shared_memory = 0; in persistent_compile_file()
1869 …= cache_script_in_shared_memory(persistent_script, key, key ? key_length : 0, &from_shared_memory); in persistent_compile_file()
1879 if (from_shared_memory) { in persistent_compile_file()
1924 from_shared_memory = 1; in persistent_compile_file()
1936 return zend_accel_load_script(persistent_script, from_shared_memory); in persistent_compile_file()
H A Dzend_accelerator_util_funcs.c679 …op_array* zend_accel_load_script(zend_persistent_script *persistent_script, int from_shared_memory) in zend_accel_load_script() argument
686 if (EXPECTED(from_shared_memory)) { in zend_accel_load_script()
744 if (UNEXPECTED(!from_shared_memory)) { in zend_accel_load_script()

Completed in 17 milliseconds