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

/netbsd-6-1-5-RELEASE/common/dist/zlib/contrib/minizip/
H A Diowin32.c175 DWORD dwSet = SetFilePointer(hFile, 0, NULL, FILE_CURRENT); local
176 if (dwSet == INVALID_SET_FILE_POINTER)
183 ret=(long)dwSet;
216 DWORD dwSet = SetFilePointer(hFile, offset, NULL, dwMoveMethod); local
217 if (dwSet == INVALID_SET_FILE_POINTER)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/zlib/contrib/minizip/
H A Diowin32.c173 DWORD dwSet = SetFilePointer(hFile, 0, NULL, FILE_CURRENT); local
174 if (dwSet == INVALID_SET_FILE_POINTER)
181 ret=(long)dwSet;
214 DWORD dwSet = SetFilePointer(hFile, offset, NULL, dwMoveMethod); local
215 if (dwSet == INVALID_SET_FILE_POINTER)

Completed in 107 milliseconds