Lines Matching refs:from_shared_memory
1415 …*cache_script_in_file_cache(zend_persistent_script *new_persistent_script, int *from_shared_memory) in cache_script_in_file_cache() argument
1427 *from_shared_memory = 1; in cache_script_in_file_cache()
1431 …t_script *new_persistent_script, const char *key, unsigned int key_length, int *from_shared_memory) in cache_script_in_shared_memory() argument
1467 *from_shared_memory = 1; in cache_script_in_shared_memory()
1482 *from_shared_memory = 1; in cache_script_in_shared_memory()
1540 *from_shared_memory = 1; in cache_script_in_shared_memory()
1597 *from_shared_memory = 1; in cache_script_in_shared_memory()
1964 int from_shared_memory; /* if the script we've got is stored in SHM */ in persistent_compile_file() local
2177 from_shared_memory = 0; in persistent_compile_file()
2179 …= cache_script_in_shared_memory(persistent_script, key, key ? key_length : 0, &from_shared_memory); in persistent_compile_file()
2190 if (from_shared_memory) { in persistent_compile_file()
2245 from_shared_memory = 1; in persistent_compile_file()
2253 return zend_accel_load_script(persistent_script, from_shared_memory); in persistent_compile_file()