OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:call_ztell64
(Results
1 - 2
of
2
) sorted by null
/external/zlib/src/contrib/minizip/
ioapi.h
196
ZPOS64_T
call_ztell64
OF((const zlib_filefunc64_32_def* pfilefunc,voidpf filestream));
201
#define ZTELL64(filefunc,filestream) (
call_ztell64
((&(filefunc)),(filestream)))
ioapi.c
55
ZPOS64_T
call_ztell64
(const zlib_filefunc64_32_def* pfilefunc,voidpf filestream)
function
Completed in 179 milliseconds