Searched refs:php_win32_ioutil_fstat_int (Results 1 – 1 of 1) sorted by relevance
/PHP-8.2/win32/ |
H A D | ioutil.c | 858 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() function 989 ret = php_win32_ioutil_fstat_int(hLink, buf, path, path_len, &data); in php_win32_ioutil_stat_ex_w() 1024 return php_win32_ioutil_fstat_int((HANDLE)_get_osfhandle(fd), buf, NULL, 0, NULL); in php_win32_ioutil_fstat()
|
Completed in 8 milliseconds