Searched refs:from_shared_memory (Results 1 – 3 of 3) sorted by relevance
39 …p_array* zend_accel_load_script(zend_persistent_script *persistent_script, int from_shared_memory);
370 …op_array* zend_accel_load_script(zend_persistent_script *persistent_script, int from_shared_memory) in zend_accel_load_script() argument377 if (EXPECTED(from_shared_memory)) { in zend_accel_load_script()416 if (UNEXPECTED(!from_shared_memory)) { in zend_accel_load_script()
1558 *from_shared_memory = true; in cache_script_in_file_cache()1596 *from_shared_memory = true; in cache_script_in_shared_memory()1611 *from_shared_memory = true; in cache_script_in_shared_memory()1629 *from_shared_memory = true; in cache_script_in_shared_memory()1693 *from_shared_memory = true; in cache_script_in_shared_memory()1991 bool from_shared_memory; /* if the script we've got is stored in SHM */ in persistent_compile_file() local2180 from_shared_memory = false; in persistent_compile_file()2182 persistent_script = cache_script_in_shared_memory(persistent_script, key, &from_shared_memory); in persistent_compile_file()2193 if (from_shared_memory) { in persistent_compile_file()2247 from_shared_memory = true; in persistent_compile_file()[all …]
Completed in 17 milliseconds