Home
last modified time | relevance | path

Searched refs:from_shared_memory (Results 1 – 3 of 3) sorted by relevance

/PHP-5.5/ext/opcache/
H A Dzend_accelerator_util_funcs.h37 …end_accel_load_script(zend_persistent_script *persistent_script, int from_shared_memory TSRMLS_DC);
H A DZendAccelerator.c1126 …ript *new_persistent_script, char *key, unsigned int key_length, int *from_shared_memory TSRMLS_DC) in cache_script_in_shared_memory()
1224 *from_shared_memory = 1; in cache_script_in_shared_memory()
1279 … char *key, unsigned int key_length, zend_op_array **op_array_p, int *from_shared_memory TSRMLS_DC) in compile_and_cache_file()
1448 …return cache_script_in_shared_memory(new_persistent_script, key, key_length, from_shared_memory TS… in compile_and_cache_file()
1457 int from_shared_memory; /* if the script we've got is stored in SHM */ local
1624 from_shared_memory = 0;
1625 …mpile_and_cache_file(file_handle, type, key, key_length, &op_array, &from_shared_memory TSRMLS_CC);
1676 from_shared_memory = 1;
1688 return zend_accel_load_script(persistent_script, from_shared_memory TSRMLS_CC);
H A Dzend_accelerator_util_funcs.c931 …zend_accel_load_script(zend_persistent_script *persistent_script, int from_shared_memory TSRMLS_DC)
938 if (from_shared_memory) {
993 if (!from_shared_memory) {

Completed in 16 milliseconds