from_shared_memory 1160 ext/opcache/ZendAccelerator.c static zend_persistent_script *cache_script_in_file_cache(zend_persistent_script *new_persistent_script, int *from_shared_memory)
from_shared_memory 1212 ext/opcache/ZendAccelerator.c 	*from_shared_memory = 1;
from_shared_memory 1217 ext/opcache/ZendAccelerator.c static zend_persistent_script *cache_script_in_shared_memory(zend_persistent_script *new_persistent_script, char *key, unsigned int key_length, int *from_shared_memory)
from_shared_memory 1336 ext/opcache/ZendAccelerator.c 	*from_shared_memory = 1;
from_shared_memory 1627 ext/opcache/ZendAccelerator.c 	int from_shared_memory; /* if the script we've got is stored in SHM */
from_shared_memory 1801 ext/opcache/ZendAccelerator.c        	from_shared_memory = 0;
from_shared_memory 1804 ext/opcache/ZendAccelerator.c 			persistent_script = cache_script_in_shared_memory(persistent_script, key, key ? key_length : 0, &from_shared_memory);
from_shared_memory 1814 ext/opcache/ZendAccelerator.c 		if (from_shared_memory) {
from_shared_memory 1859 ext/opcache/ZendAccelerator.c 		from_shared_memory = 1;
from_shared_memory 1871 ext/opcache/ZendAccelerator.c 	return zend_accel_load_script(persistent_script, from_shared_memory);
from_shared_memory  677 ext/opcache/zend_accelerator_util_funcs.c zend_op_array* zend_accel_load_script(zend_persistent_script *persistent_script, int from_shared_memory)
from_shared_memory  684 ext/opcache/zend_accelerator_util_funcs.c 	if (EXPECTED(from_shared_memory)) {
from_shared_memory  742 ext/opcache/zend_accelerator_util_funcs.c 	if (UNEXPECTED(!from_shared_memory)) {
from_shared_memory   36 ext/opcache/zend_accelerator_util_funcs.h zend_op_array* zend_accel_load_script(zend_persistent_script *persistent_script, int from_shared_memory);