Lines Matching refs:accelerator_orig_compile_file
126 static zend_op_array *(*accelerator_orig_compile_file)(zend_file_handle *file_handle, int type); variable
1760 *op_array_p = accelerator_orig_compile_file(file_handle, type); in opcache_compile_file()
1778 *op_array_p = accelerator_orig_compile_file(file_handle, type); in opcache_compile_file()
1785 *op_array_p = accelerator_orig_compile_file(file_handle, type); in opcache_compile_file()
1793 *op_array_p = accelerator_orig_compile_file(file_handle, type); in opcache_compile_file()
1828 op_array = *op_array_p = accelerator_orig_compile_file(file_handle, type); in opcache_compile_file()
1899 return accelerator_orig_compile_file(file_handle, type); in file_cache_compile_file()
2001 return accelerator_orig_compile_file(file_handle, type); in persistent_compile_file()
2012 return accelerator_orig_compile_file(file_handle, type); in persistent_compile_file()
2039 return accelerator_orig_compile_file(file_handle, type); in persistent_compile_file()
2045 return accelerator_orig_compile_file(file_handle, type); in persistent_compile_file()
2102 return accelerator_orig_compile_file(file_handle, type); in persistent_compile_file()
2153 return accelerator_orig_compile_file(file_handle, type); in persistent_compile_file()
3309 accelerator_orig_compile_file = zend_compile_file;
3416 zend_compile_file = accelerator_orig_compile_file;
4363 preload_orig_compile_file = accelerator_orig_compile_file;
4364 accelerator_orig_compile_file = preload_compile_file;
4423 accelerator_orig_compile_file = preload_orig_compile_file;