Home
last modified time | relevance | path

Searched refs:PW32IO (Results 1 – 2 of 2) sorted by relevance

/PHP-7.3/win32/
H A Dioutil.h61 # define PW32IO __declspec(dllexport) macro
63 # define PW32IO __declspec(dllimport)
258 PW32IO int php_win32_ioutil_close(int fd);
260 PW32IO size_t php_win32_ioutil_dirname(char *buf, size_t len);
262 PW32IO int php_win32_ioutil_open_w(const wchar_t *path, int flags, ...);
263 PW32IO int php_win32_ioutil_chdir_w(const wchar_t *path);
265 PW32IO wchar_t *php_win32_ioutil_getcwd_w(wchar_t *buf, size_t len);
266 PW32IO int php_win32_ioutil_unlink_w(const wchar_t *path);
267 PW32IO int php_win32_ioutil_access_w(const wchar_t *path, mode_t mode);
268 PW32IO int php_win32_ioutil_mkdir_w(const wchar_t *path, mode_t mode);
[all …]
H A Dioutil.c187 PW32IO int php_win32_ioutil_open_w(const wchar_t *path, int flags, ...) in php_win32_ioutil_open_w()
261 PW32IO int php_win32_ioutil_close(int fd) in php_win32_ioutil_close()
286 PW32IO int php_win32_ioutil_mkdir_w(const wchar_t *path, mode_t mode) in php_win32_ioutil_mkdir_w()
368 PW32IO int php_win32_ioutil_unlink_w(const wchar_t *path) in php_win32_ioutil_unlink_w()
439 PW32IO int php_win32_ioutil_rmdir_w(const wchar_t *path) in php_win32_ioutil_rmdir_w()
454 PW32IO int php_win32_ioutil_chdir_w(const wchar_t *path) in php_win32_ioutil_chdir_w()
484 PW32IO wchar_t *php_win32_ioutil_getcwd_w(wchar_t *buf, size_t len) in php_win32_ioutil_getcwd_w()
521 PW32IO size_t php_win32_ioutil_dirname(char *path, size_t len) in php_win32_ioutil_dirname()
667 PW32IO int php_win32_ioutil_access_w(const wchar_t *path, mode_t mode) in php_win32_ioutil_access_w()
695 PW32IO FILE *php_win32_ioutil_fopen_w(const wchar_t *path, const wchar_t *mode) in php_win32_ioutil_fopen_w()
[all …]

Completed in 11 milliseconds