Searched refs:MySetFilePointerEx (Results 1 – 1 of 1) sorted by relevance
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/minizip/ |
A D | iowin32.c | 241 static BOOL MySetFilePointerEx(HANDLE hFile, LARGE_INTEGER pos, LARGE_INTEGER *newPos, DWORD dwMov… in MySetFilePointerEx() function 272 if (!MySetFilePointerEx(hFile, pos, &pos, FILE_CURRENT)) in win32_tell_file_func() 296 if (!MySetFilePointerEx(hFile, pos, &pos, FILE_CURRENT)) in win32_tell64_file_func() 335 if (!MySetFilePointerEx(hFile, pos, NULL, dwMoveMethod)) in win32_seek_file_func() 374 if (!MySetFilePointerEx(hFile, pos, NULL, dwMoveMethod)) in win32_seek64_file_func()
|
Completed in 3 milliseconds