Lines Matching refs:PW32IO
73 PW32IO BOOL php_win32_ioutil_posix_to_open_opts(int flags, mode_t mode, php_ioutil_open_opts *opts) in php_win32_ioutil_posix_to_open_opts()
189 PW32IO int php_win32_ioutil_open_w(const wchar_t *path, int flags, ...) in php_win32_ioutil_open_w()
263 PW32IO int php_win32_ioutil_close(int fd) in php_win32_ioutil_close()
289 PW32IO int php_win32_ioutil_mkdir_w(const wchar_t *path, mode_t mode)
307 PW32IO int php_win32_ioutil_mkdir(const char *path, mode_t mode) in php_win32_ioutil_mkdir()
382 PW32IO int php_win32_ioutil_unlink_w(const wchar_t *path) in php_win32_ioutil_unlink_w()
398 PW32IO int php_win32_ioutil_rmdir_w(const wchar_t *path) in php_win32_ioutil_rmdir_w()
414 PW32IO int php_win32_ioutil_chdir_w(const wchar_t *path) in php_win32_ioutil_chdir_w()
428 PW32IO int php_win32_ioutil_rename_w(const wchar_t *oldname, const wchar_t *newname) in php_win32_ioutil_rename_w()
446 PW32IO wchar_t *php_win32_ioutil_getcwd_w(wchar_t *buf, size_t len) in php_win32_ioutil_getcwd_w()
483 PW32IO size_t php_win32_ioutil_dirname(char *path, size_t len) in php_win32_ioutil_dirname()
563 PW32IO php_win32_ioutil_normalization_result php_win32_ioutil_normalize_path_w(wchar_t **buf, size_… in php_win32_ioutil_normalize_path_w()
631 PW32IO int php_win32_ioutil_access_w(const wchar_t *path, mode_t mode)
638 PW32IO HANDLE php_win32_ioutil_findfirstfile_w(char *path, WIN32_FIND_DATA *data)