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

  /src/common/dist/zlib/contrib/minizip/
ioapi.c 20 #define FTELLO_FUNC(stream) ftello(stream)
24 #define FTELLO_FUNC(stream) ftello64(stream)
144 ret = (ZPOS64_T)FTELLO_FUNC((FILE *)stream);
minizip.c 34 #define FTELLO_FUNC(stream) ftello(stream)
38 #define FTELLO_FUNC(stream) ftello64(stream)
225 pos = (ZPOS64_T)FTELLO_FUNC(pFile);
miniunz.c 33 #define FTELLO_FUNC(stream) ftello(stream)
37 #define FTELLO_FUNC(stream) ftello64(stream)

Completed in 122 milliseconds