Searched refs:from_shared_memory (Results 1 – 3 of 3) sorted by relevance
34 …p_array* zend_accel_load_script(zend_persistent_script *persistent_script, int from_shared_memory);
733 …op_array* zend_accel_load_script(zend_persistent_script *persistent_script, int from_shared_memory) in zend_accel_load_script() argument741 if (EXPECTED(from_shared_memory)) { in zend_accel_load_script()801 if (UNEXPECTED(!from_shared_memory)) { in zend_accel_load_script()
1418 …*cache_script_in_file_cache(zend_persistent_script *new_persistent_script, int *from_shared_memory) in cache_script_in_file_cache() argument1435 *from_shared_memory = 1; in cache_script_in_file_cache()1488 *from_shared_memory = 1; in cache_script_in_shared_memory()1546 *from_shared_memory = 1; in cache_script_in_shared_memory()1603 *from_shared_memory = 1; in cache_script_in_shared_memory()1922 int from_shared_memory; /* if the script we've got is stored in SHM */ in persistent_compile_file() local2137 from_shared_memory = 0; in persistent_compile_file()2139 …= cache_script_in_shared_memory(persistent_script, key, key ? key_length : 0, &from_shared_memory); in persistent_compile_file()2150 if (from_shared_memory) { in persistent_compile_file()2195 from_shared_memory = 1; in persistent_compile_file()[all …]
Completed in 27 milliseconds