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

/external/zlib/src/contrib/minizip/
H A Diowin32.c199 DWORD dwSet = SetFilePointer(hFile, 0, NULL, FILE_CURRENT); local
200 if (dwSet == INVALID_SET_FILE_POINTER)
207 ret=(long)dwSet;
261 DWORD dwSet = SetFilePointer(hFile, offset, NULL, dwMoveMethod); local
262 if (dwSet == INVALID_SET_FILE_POINTER)
300 DWORD dwSet = SetFilePointer(hFile, li->u.LowPart, &li->u.HighPart, dwMoveMethod); local
301 if (dwSet == INVALID_SET_FILE_POINTER)

Completed in 35 milliseconds