Home
last modified time | relevance | path

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

/PHP-5.3/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.c845 PHPAPI char *expand_filepath_ex(const char *filepath, char *real_path, const char *relative_to, siz… argument
858 if (relative_to) {
862 result = relative_to;
863 memcpy(cwd, relative_to, relative_to_len+1U);

Completed in 28 milliseconds