Searched refs:expand_filepath_ex (Results 1 – 4 of 4) sorted by relevance
/PHP-5.4/main/ |
H A D | fopen_wrappers.h | 30 PHPAPI char *expand_filepath_ex(const char *filepath, char *real_path, const char *relative_to, siz…
|
H A D | fopen_wrappers.c | 732 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 D | link.c | 141 if (!expand_filepath_ex(topath, dest_p, dirname, len TSRMLS_CC)) { in PHP_FUNCTION()
|
H A D | link_win32.c | 149 if (!expand_filepath_ex(topath, dest_p, dirname, len TSRMLS_CC)) { in PHP_FUNCTION()
|
Completed in 10 milliseconds