Lines Matching refs:from_shared_memory
1542 …cache_script_in_file_cache(zend_persistent_script *new_persistent_script, bool *from_shared_memory) in cache_script_in_file_cache() argument
1552 *from_shared_memory = true; in cache_script_in_file_cache()
1556 …d_memory(zend_persistent_script *new_persistent_script, zend_string *key, bool *from_shared_memory) in cache_script_in_shared_memory() argument
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()
2240 return zend_accel_load_script(persistent_script, from_shared_memory); in persistent_compile_file()