OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FTELLO_FUNC
(Results
1 - 3
of
3
) 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)
Completed in 70 milliseconds