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

/vbox/src/libs/zlib-1.2.6/contrib/minizip/
H A Dioapi.c20 #define FTELLO_FUNC(stream) ftello(stream) macro
24 #define FTELLO_FUNC(stream) ftello64(stream) macro
157 ret = FTELLO_FUNC((FILE *)stream);
H A Dminizip.c34 #define FTELLO_FUNC(stream) ftello(stream) macro
38 #define FTELLO_FUNC(stream) ftello64(stream) macro
233 pos = FTELLO_FUNC(pFile);
H A Dminiunz.c33 #define FTELLO_FUNC(stream) ftello(stream) macro
37 #define FTELLO_FUNC(stream) ftello64(stream) macro

Completed in 95 milliseconds