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

  /src/common/dist/zlib/contrib/minizip/
ioapi.h 14 Oct-2009 - Change to fseeko64, ftello64 and fopen64 so large files would work on linux.
50 #define ftello64 ftell macro
55 #define ftello64 ftello macro
61 #define ftello64 _ftelli64 macro
64 #define ftello64 ftell macro
ioapi.c 24 #define FTELLO_FUNC(stream) ftello64(stream)
minizip.c 38 #define FTELLO_FUNC(stream) ftello64(stream)
miniunz.c 37 #define FTELLO_FUNC(stream) ftello64(stream)

Completed in 25 milliseconds