Home
last modified time | relevance | path

Searched refs:php_win32_ioutil_stat_t (Results 1 – 3 of 3) sorted by last modified time

/PHP-7.4/win32/
H A Dioutil.h716 } php_win32_ioutil_stat_t; typedef
744 PW32IO int php_win32_ioutil_stat_ex_w(const wchar_t *path, size_t path_len, php_win32_ioutil_stat_t
745 PW32IO int php_win32_ioutil_fstat(int fd, php_win32_ioutil_stat_t *buf);
747 __forceinline static int php_win32_ioutil_stat_ex(const char *path, php_win32_ioutil_stat_t *buf, i… in php_win32_ioutil_stat_ex()
H A Dioutil.c860 static int php_win32_ioutil_fstat_int(HANDLE h, php_win32_ioutil_stat_t *buf, const wchar_t *pathw,… in php_win32_ioutil_fstat_int()
975 PW32IO int php_win32_ioutil_stat_ex_w(const wchar_t *path, size_t path_len, php_win32_ioutil_stat_t in php_win32_ioutil_stat_ex_w()
1025 PW32IO int php_win32_ioutil_fstat(int fd, php_win32_ioutil_stat_t *buf) in php_win32_ioutil_fstat()
/PHP-7.4/Zend/
H A Dzend_stream.h77 typedef php_win32_ioutil_stat_t zend_stat_t;

Completed in 10 milliseconds