Home
last modified time | relevance | path

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

/PHP-5.5/ext/opcache/
H A DZendAccelerator.c112 static char *accel_php_resolve_path(const char *filename, int filename_length, const char *path TSR…
839 …full_path_ptr = accel_php_resolve_path(file_handle->filename, strlen(file_handle->filename), ZCG(i… in do_validate_timestamps()
1061 realpath = accel_php_resolve_path(filename, filename_len, ZCG(include_path) TSRMLS_CC); in zend_accel_invalidate()
1745 static char *accel_php_resolve_path(const char *filename, int filename_length, const char *path TSR… function
1860 resolved_path = accel_php_resolve_path(filename, filename_len, ZCG(include_path) TSRMLS_CC);

Completed in 10 milliseconds