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

  /external/zlib/src/contrib/minizip/
ioapi.c 20 #define FTELLO_FUNC(stream) ftello(stream)
24 #define FTELLO_FUNC(stream) ftello64(stream)
157 ret = FTELLO_FUNC((FILE *)stream);
minizip.c 34 #define FTELLO_FUNC(stream) ftello(stream)
38 #define FTELLO_FUNC(stream) ftello64(stream)
233 pos = FTELLO_FUNC(pFile);
miniunz.c 33 #define FTELLO_FUNC(stream) ftello(stream)
37 #define FTELLO_FUNC(stream) ftello64(stream)
  /toolchain/binutils/binutils-2.27/zlib/contrib/minizip/
ioapi.c 20 #define FTELLO_FUNC(stream) ftello(stream)
24 #define FTELLO_FUNC(stream) ftello64(stream)
157 ret = FTELLO_FUNC((FILE *)stream);
minizip.c 34 #define FTELLO_FUNC(stream) ftello(stream)
38 #define FTELLO_FUNC(stream) ftello64(stream)
233 pos = FTELLO_FUNC(pFile);
miniunz.c 33 #define FTELLO_FUNC(stream) ftello(stream)
37 #define FTELLO_FUNC(stream) ftello64(stream)

Completed in 82 milliseconds