filepath 1475 Zend/zend_virtual_cwd.c CWD_API int virtual_filepath_ex(const char *path, char **filepath, verify_path_func verify_path TSRMLS_DC) /* {{{ */ filepath 1483 Zend/zend_virtual_cwd.c *filepath = new_state.cwd; filepath 1490 Zend/zend_virtual_cwd.c CWD_API int virtual_filepath(const char *path, char **filepath TSRMLS_DC) /* {{{ */ filepath 1492 Zend/zend_virtual_cwd.c return virtual_filepath_ex(path, filepath, php_is_file_ok TSRMLS_CC); filepath 160 Zend/zend_virtual_cwd.h CWD_API int virtual_filepath(const char *path, char **filepath TSRMLS_DC); filepath 161 Zend/zend_virtual_cwd.h CWD_API int virtual_filepath_ex(const char *path, char **filepath, verify_path_func verify_path TSRMLS_DC); filepath 2871 ext/zip/php_zip.c ZEND_ARG_INFO(0, filepath) filepath 730 main/fopen_wrappers.c PHPAPI char *expand_filepath(const char *filepath, char *real_path TSRMLS_DC) filepath 732 main/fopen_wrappers.c return expand_filepath_ex(filepath, real_path, NULL, 0 TSRMLS_CC); filepath 738 main/fopen_wrappers.c PHPAPI char *expand_filepath_ex(const char *filepath, char *real_path, const char *relative_to, size_t relative_to_len TSRMLS_DC) filepath 740 main/fopen_wrappers.c return expand_filepath_with_mode(filepath, real_path, relative_to, relative_to_len, CWD_FILEPATH TSRMLS_CC); filepath 746 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 TSRMLS_DC) filepath 752 main/fopen_wrappers.c if (!filepath[0]) { filepath 754 main/fopen_wrappers.c } else if (IS_ABSOLUTE_PATH(filepath, strlen(filepath))) { filepath 769 main/fopen_wrappers.c if (!result && (iam != filepath)) { filepath 772 main/fopen_wrappers.c fdtest = VCWD_OPEN(filepath, O_RDONLY); filepath 777 main/fopen_wrappers.c copy_len = strlen(filepath) > MAXPATHLEN - 1 ? MAXPATHLEN - 1 : strlen(filepath); filepath 779 main/fopen_wrappers.c memcpy(real_path, filepath, copy_len); filepath 782 main/fopen_wrappers.c real_path = estrndup(filepath, copy_len); filepath 797 main/fopen_wrappers.c if (virtual_file_ex(&new_state, filepath, NULL, realpath_mode TSRMLS_CC)) { filepath 29 main/fopen_wrappers.h PHPAPI char *expand_filepath(const char *filepath, char *real_path TSRMLS_DC); 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 TSRMLS_DC); 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 TSRMLS_DC);