Lines Matching refs:from_shared_memory
1548 …cache_script_in_file_cache(zend_persistent_script *new_persistent_script, bool *from_shared_memory) in cache_script_in_file_cache() argument
1558 *from_shared_memory = true; in cache_script_in_file_cache()
1562 …d_memory(zend_persistent_script *new_persistent_script, zend_string *key, bool *from_shared_memory) in cache_script_in_shared_memory() argument
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() local
2180 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()
2255 return zend_accel_load_script(persistent_script, from_shared_memory); in persistent_compile_file()