Home
last modified time | relevance | path

Searched refs:relative_to_len (Results 1 – 2 of 2) sorted by last modified time

/PHP-7.2/main/
H A Dfopen_wrappers.c752 …filepath_ex(const char *filepath, char *real_path, const char *relative_to, size_t relative_to_len) argument
754 return expand_filepath_with_mode(filepath, real_path, relative_to, relative_to_len, CWD_FILEPATH);
760 …nst char *filepath, char *real_path, const char *relative_to, size_t relative_to_len, int realpath… argument
779 if (relative_to_len > MAXPATHLEN-1U) {
783 memcpy(cwd, relative_to, relative_to_len+1U);
H A Dfopen_wrappers.h30 …ilepath_ex(const char *filepath, char *real_path, const char *relative_to, size_t relative_to_len);
31 …nst char *filepath, char *real_path, const char *relative_to, size_t relative_to_len, int use_real…

Completed in 17 milliseconds