Searched refs:bhfi2 (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/libarchive/libarchive/test/
H A Dmain.c1207 BY_HANDLE_FILE_INFORMATION bhfi1, bhfi2; local
1217 r = my_GetFileInformationByName(path2, &bhfi2);
1223 return (bhfi1.dwVolumeSerialNumber == bhfi2.dwVolumeSerialNumber
1224 && bhfi1.nFileIndexHigh == bhfi2.nFileIndexHigh
1225 && bhfi1.nFileIndexLow == bhfi2.nFileIndexLow);
/freebsd-10-stable/contrib/libarchive/test_utils/
H A Dtest_main.c1350 BY_HANDLE_FILE_INFORMATION bhfi1, bhfi2; local
1360 r = my_GetFileInformationByName(path2, &bhfi2);
1366 return (bhfi1.dwVolumeSerialNumber == bhfi2.dwVolumeSerialNumber
1367 && bhfi1.nFileIndexHigh == bhfi2.nFileIndexHigh
1368 && bhfi1.nFileIndexLow == bhfi2.nFileIndexLow);

Completed in 174 milliseconds