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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/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
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/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 128 milliseconds