filepath 1468 Zend/zend_virtual_cwd.c CWD_API int virtual_filepath_ex(const char *path, char **filepath, verify_path_func verify_path) /* {{{ */ filepath 1476 Zend/zend_virtual_cwd.c *filepath = new_state.cwd; filepath 1483 Zend/zend_virtual_cwd.c CWD_API int virtual_filepath(const char *path, char **filepath) /* {{{ */ filepath 1485 Zend/zend_virtual_cwd.c return virtual_filepath_ex(path, filepath, php_is_file_ok); filepath 160 Zend/zend_virtual_cwd.h CWD_API int virtual_filepath(const char *path, char **filepath); filepath 161 Zend/zend_virtual_cwd.h CWD_API int virtual_filepath_ex(const char *path, char **filepath, verify_path_func verify_path); filepath 2828 ext/zip/php_zip.c ZEND_ARG_INFO(0, filepath) filepath 740 main/fopen_wrappers.c PHPAPI char *expand_filepath(const char *filepath, char *real_path) filepath 742 main/fopen_wrappers.c return expand_filepath_ex(filepath, real_path, NULL, 0); filepath 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) filepath 750 main/fopen_wrappers.c return expand_filepath_with_mode(filepath, real_path, relative_to, relative_to_len, CWD_FILEPATH); filepath 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) filepath 763 main/fopen_wrappers.c if (!filepath[0]) { filepath 767 main/fopen_wrappers.c path_len = (int)strlen(filepath); filepath 769 main/fopen_wrappers.c if (IS_ABSOLUTE_PATH(filepath, path_len)) { filepath 784 main/fopen_wrappers.c if (!result && (iam != filepath)) { filepath 787 main/fopen_wrappers.c fdtest = VCWD_OPEN(filepath, O_RDONLY); filepath 794 main/fopen_wrappers.c memcpy(real_path, filepath, copy_len); filepath 797 main/fopen_wrappers.c real_path = estrndup(filepath, copy_len); filepath 812 main/fopen_wrappers.c if (virtual_file_ex(&new_state, filepath, NULL, realpath_mode)) { filepath 29 main/fopen_wrappers.h PHPAPI char *expand_filepath(const char *filepath, char *real_path); filepath 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); filepath 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);