Home
last modified time | relevance | path

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

/PHP-5.5/main/
H A Dfopen_wrappers.h30 PHPAPI char *expand_filepath_ex(const char *filepath, char *real_path, const char *relative_to, siz…
H A Dfopen_wrappers.c732 return expand_filepath_ex(filepath, real_path, NULL, 0 TSRMLS_CC);
738 PHPAPI char *expand_filepath_ex(const char *filepath, char *real_path, const char *relative_to, siz… function
/PHP-5.5/ext/standard/
H A Dlink.c141 if (!expand_filepath_ex(topath, dest_p, dirname, len TSRMLS_CC)) { in PHP_FUNCTION()
H A Dlink_win32.c149 if (!expand_filepath_ex(topath, dest_p, dirname, len TSRMLS_CC)) { in PHP_FUNCTION()
/PHP-5.5/ext/opcache/
H A Dzend_accelerator_blacklist.c304 expand_filepath_ex(path_dup, real_path, blacklist_path, blacklist_path_length TSRMLS_CC); in zend_accel_blacklist_loadone()

Completed in 14 milliseconds