Searched refs:bhfi (Results 1 - 3 of 3) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/os_windows/
H A Dos_stat.c63 BY_HANDLE_FILE_INFORMATION bhfi; local
66 RETRY_CHK((!GetFileInformationByHandle(fhp->handle, &bhfi)), ret);
72 filesize = ((unsigned __int64)bhfi.nFileSizeHigh << 32) +
73 bhfi.nFileSizeLow;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/os_windows/
H A Dos_stat.c63 BY_HANDLE_FILE_INFORMATION bhfi; local
66 RETRY_CHK((!GetFileInformationByHandle(fhp->handle, &bhfi)), ret);
72 filesize = ((unsigned __int64)bhfi.nFileSizeHigh << 32) +
73 bhfi.nFileSizeLow;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/os_windows/
H A Dos_stat.c63 BY_HANDLE_FILE_INFORMATION bhfi; local
66 RETRY_CHK((!GetFileInformationByHandle(fhp->handle, &bhfi)), ret);
72 filesize = ((unsigned __int64)bhfi.nFileSizeHigh << 32) +
73 bhfi.nFileSizeLow;

Completed in 68 milliseconds