HomeSort by: relevance | last modified time | path
    Searched refs:MySetFilePointerEx (Results 1 - 3 of 3) sorted by relevancy

  /src/common/dist/zlib/contrib/minizip/
iowin32.c 230 static BOOL MySetFilePointerEx(HANDLE hFile, LARGE_INTEGER pos, LARGE_INTEGER *newPos, DWORD dwMoveMethod) {
259 if (!MySetFilePointerEx(hFile, pos, &pos, FILE_CURRENT))
282 if (!MySetFilePointerEx(hFile, pos, &pos, FILE_CURRENT))
320 if (!MySetFilePointerEx(hFile, pos, NULL, dwMoveMethod))
358 if (!MySetFilePointerEx(hFile, pos, NULL, dwMoveMethod))
  /src/external/gpl3/binutils/dist/zlib/contrib/minizip/
iowin32.c 230 static BOOL MySetFilePointerEx(HANDLE hFile, LARGE_INTEGER pos, LARGE_INTEGER *newPos, DWORD dwMoveMethod) {
259 if (!MySetFilePointerEx(hFile, pos, &pos, FILE_CURRENT))
282 if (!MySetFilePointerEx(hFile, pos, &pos, FILE_CURRENT))
320 if (!MySetFilePointerEx(hFile, pos, NULL, dwMoveMethod))
358 if (!MySetFilePointerEx(hFile, pos, NULL, dwMoveMethod))
  /src/external/gpl3/binutils.old/dist/zlib/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))

Completed in 28 milliseconds