Home
last modified time | relevance | path

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

/php-src/ext/opcache/
H A DZendAccelerator.c130 static zend_string *(*accelerator_orig_zend_resolve_path)(zend_string *filename); variable
1122 full_path_ptr = accelerator_orig_zend_resolve_path(file_handle->filename); in do_validate_timestamps()
1404 realpath = accelerator_orig_zend_resolve_path(filename); in zend_accel_invalidate()
2556 return accelerator_orig_zend_resolve_path(filename); in persistent_zend_resolve_path()
2561 resolved_path = accelerator_orig_zend_resolve_path(filename); in persistent_zend_resolve_path()
2595 return accelerator_orig_zend_resolve_path(filename); in persistent_zend_resolve_path()
3319 accelerator_orig_zend_resolve_path = zend_resolve_path;

Completed in 14 milliseconds