relative_to       748 main/fopen_wrappers.c PHPAPI char *expand_filepath_ex(const char *filepath, char *real_path, const char *relative_to, size_t relative_to_len)
relative_to       750 main/fopen_wrappers.c 	return expand_filepath_with_mode(filepath, real_path, relative_to, relative_to_len, CWD_FILEPATH);
relative_to       756 main/fopen_wrappers.c PHPAPI char *expand_filepath_with_mode(const char *filepath, char *real_path, const char *relative_to, size_t relative_to_len, int realpath_mode)
relative_to       774 main/fopen_wrappers.c 		if (relative_to) {
relative_to       778 main/fopen_wrappers.c 			result = relative_to;
relative_to       779 main/fopen_wrappers.c 			memcpy(cwd, relative_to, relative_to_len+1U);
relative_to        30 main/fopen_wrappers.h PHPAPI char *expand_filepath_ex(const char *filepath, char *real_path, const char *relative_to, size_t relative_to_len);
relative_to        31 main/fopen_wrappers.h PHPAPI char *expand_filepath_with_mode(const char *filepath, char *real_path, const char *relative_to, size_t relative_to_len, int use_realpath);