HomeSort by relevance Sort by last modified time
    Searched refs:MySetFilePointerEx (Results 1 - 2 of 2) sorted by null

  /external/zlib/src/contrib/minizip/
iowin32.c 241 static BOOL MySetFilePointerEx(HANDLE hFile, LARGE_INTEGER pos, LARGE_INTEGER *newPos, DWORD dwMoveMethod)
272 if (!MySetFilePointerEx(hFile, pos, &pos, FILE_CURRENT))
296 if (!MySetFilePointerEx(hFile, pos, &pos, FILE_CURRENT))
335 if (!MySetFilePointerEx(hFile, pos, NULL, dwMoveMethod))
374 if (!MySetFilePointerEx(hFile, pos, NULL, dwMoveMethod))
  /toolchain/binutils/binutils-2.27/zlib/contrib/minizip/
iowin32.c 240 static BOOL MySetFilePointerEx(HANDLE hFile, LARGE_INTEGER pos, LARGE_INTEGER *newPos, DWORD dwMoveMethod)
271 if (!MySetFilePointerEx(hFile, pos, &pos, FILE_CURRENT))
295 if (!MySetFilePointerEx(hFile, pos, &pos, FILE_CURRENT))
334 if (!MySetFilePointerEx(hFile, pos, NULL, dwMoveMethod))
373 if (!MySetFilePointerEx(hFile, pos, NULL, FILE_CURRENT))

Completed in 81 milliseconds