Searched refs:PW32IO (Results 1 – 2 of 2) sorted by relevance
/PHP-7.1/win32/ |
H A D | ioutil.c | 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() 361 PW32IO int php_win32_ioutil_unlink_w(const wchar_t *path) in php_win32_ioutil_unlink_w() 377 PW32IO int php_win32_ioutil_rmdir_w(const wchar_t *path) in php_win32_ioutil_rmdir_w() 393 PW32IO int php_win32_ioutil_chdir_w(const wchar_t *path) in php_win32_ioutil_chdir_w() 425 PW32IO wchar_t *php_win32_ioutil_getcwd_w(const wchar_t *buf, int len) in php_win32_ioutil_getcwd_w() 463 PW32IO size_t php_win32_ioutil_dirname(char *path, size_t len) in php_win32_ioutil_dirname() 606 PW32IO int php_win32_ioutil_access_w(const wchar_t *path, mode_t mode) [all …]
|
H A D | ioutil.h | 61 # define PW32IO __declspec(dllexport) macro 63 # define PW32IO __declspec(dllimport) 231 PW32IO int php_win32_ioutil_close(int fd); 233 PW32IO int php_win32_ioutil_mkdir(const char *path, mode_t mode); 234 PW32IO size_t php_win32_ioutil_dirname(char *buf, size_t len); 236 PW32IO int php_win32_ioutil_open_w(const wchar_t *path, int flags, ...); 237 PW32IO int php_win32_ioutil_chdir_w(const wchar_t *path); 238 PW32IO int php_win32_ioutil_rename_w(const wchar_t *oldname, const wchar_t *newname); 239 PW32IO wchar_t *php_win32_ioutil_getcwd_w(const wchar_t *buf, int len); 242 PW32IO int php_win32_ioutil_mkdir_w(const wchar_t *path, mode_t mode); [all …]
|
Completed in 8 milliseconds