from_shared_memory 1135 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 TSRMLS_DC)
from_shared_memory 1237 ext/opcache/ZendAccelerator.c 	*from_shared_memory = 1;
from_shared_memory 1292 ext/opcache/ZendAccelerator.c static zend_persistent_script *compile_and_cache_file(zend_file_handle *file_handle, int type, char *key, unsigned int key_length, zend_op_array **op_array_p, int *from_shared_memory TSRMLS_DC)
from_shared_memory 1461 ext/opcache/ZendAccelerator.c 	return cache_script_in_shared_memory(new_persistent_script, key, key_length, from_shared_memory TSRMLS_CC);
from_shared_memory 1470 ext/opcache/ZendAccelerator.c 	int from_shared_memory; /* if the script we've got is stored in SHM */
from_shared_memory 1637 ext/opcache/ZendAccelerator.c        	from_shared_memory = 0;
from_shared_memory 1638 ext/opcache/ZendAccelerator.c 		persistent_script = compile_and_cache_file(file_handle, type, key, key_length, &op_array, &from_shared_memory TSRMLS_CC);
from_shared_memory 1689 ext/opcache/ZendAccelerator.c 		from_shared_memory = 1;
from_shared_memory 1701 ext/opcache/ZendAccelerator.c 	return zend_accel_load_script(persistent_script, from_shared_memory TSRMLS_CC);
from_shared_memory  998 ext/opcache/zend_accelerator_util_funcs.c zend_op_array* zend_accel_load_script(zend_persistent_script *persistent_script, int from_shared_memory TSRMLS_DC)
from_shared_memory 1005 ext/opcache/zend_accelerator_util_funcs.c 	if (from_shared_memory) {
from_shared_memory 1060 ext/opcache/zend_accelerator_util_funcs.c 	if (!from_shared_memory) {
from_shared_memory   37 ext/opcache/zend_accelerator_util_funcs.h zend_op_array* zend_accel_load_script(zend_persistent_script *persistent_script, int from_shared_memory TSRMLS_DC);