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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/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)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/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)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/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 34 milliseconds