OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FTELLO_FUNC
(Results
1 - 3
of
3
) sorted by relevancy
/src/common/dist/zlib/contrib/minizip/
ioapi.c
20
#define
FTELLO_FUNC
(stream) ftello(stream)
24
#define
FTELLO_FUNC
(stream) ftello64(stream)
144
ret = (ZPOS64_T)
FTELLO_FUNC
((FILE *)stream);
minizip.c
34
#define
FTELLO_FUNC
(stream) ftello(stream)
38
#define
FTELLO_FUNC
(stream) ftello64(stream)
225
pos = (ZPOS64_T)
FTELLO_FUNC
(pFile);
miniunz.c
33
#define
FTELLO_FUNC
(stream) ftello(stream)
37
#define
FTELLO_FUNC
(stream) ftello64(stream)
Completed in 122 milliseconds
Indexes created Tue Sep 30 11:09:46 GMT 2025