Home
last modified time | relevance | path

Searched refs:MySetFilePointerEx (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/zlib/contrib/minizip/
H A Diowin32.c229 static BOOL MySetFilePointerEx(HANDLE hFile, LARGE_INTEGER pos, LARGE_INTEGER *newPos, DWORD dwMove… in MySetFilePointerEx() function
258 if (!MySetFilePointerEx(hFile, pos, &pos, FILE_CURRENT)) in win32_tell_file_func()
281 if (!MySetFilePointerEx(hFile, pos, &pos, FILE_CURRENT)) in win32_tell64_file_func()
319 if (!MySetFilePointerEx(hFile, pos, NULL, dwMoveMethod)) in win32_seek_file_func()
357 if (!MySetFilePointerEx(hFile, pos, NULL, dwMoveMethod)) in win32_seek64_file_func()
/aosp_15_r20/external/rust/android-crates-io/crates/libz-sys/src/zlib/contrib/minizip/
Diowin32.c241 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()