Home
last modified time | relevance | path

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

/external/zlib/src/contrib/minizip/
Diowin32.c240 …OOL MySetFilePointerEx(HANDLE hFile, LARGE_INTEGER pos, LARGE_INTEGER *newPos, DWORD dwMoveMethod) in MySetFilePointerEx() argument
243 return SetFilePointerEx(hFile, pos, newPos, dwMoveMethod); in MySetFilePointerEx()
310 DWORD dwMoveMethod=0xFFFFFFFF; in win32_seek_file_func() local
319 dwMoveMethod = FILE_CURRENT; in win32_seek_file_func()
322 dwMoveMethod = FILE_END; in win32_seek_file_func()
325 dwMoveMethod = FILE_BEGIN; in win32_seek_file_func()
334 if (!MySetFilePointerEx(hFile, pos, NULL, dwMoveMethod)) in win32_seek_file_func()
348 DWORD dwMoveMethod=0xFFFFFFFF; in win32_seek64_file_func() local
358 dwMoveMethod = FILE_CURRENT; in win32_seek64_file_func()
361 dwMoveMethod = FILE_END; in win32_seek64_file_func()
[all …]
/external/pdfium/core/src/fxcrt/
Dfxcrt_windows.cpp35 DWORD dwMoveMethod);