Home
last modified time | relevance | path

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

/PHP-5.4/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.4/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()

Completed in 10 milliseconds