Home
last modified time | relevance | path

Searched refs:FTELLO_FUNC (Results 1 – 3 of 3) sorted by relevance

/external/zlib/src/contrib/minizip/
Dioapi.c20 #define FTELLO_FUNC(stream) ftello(stream) macro
24 #define FTELLO_FUNC(stream) ftello64(stream) macro
157 ret = FTELLO_FUNC((FILE *)stream); in ftell64_file_func()
Dminizip.c34 #define FTELLO_FUNC(stream) ftello(stream) macro
38 #define FTELLO_FUNC(stream) ftello64(stream) macro
233 pos = FTELLO_FUNC(pFile); in isLargeFile()
Dminiunz.c33 #define FTELLO_FUNC(stream) ftello(stream) macro
37 #define FTELLO_FUNC(stream) ftello64(stream) macro