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/contrib/minizip/
ioapi.h
188
ZPOS64_T
call_ztell64
OF((const zlib_filefunc64_32_def* pfilefunc,voidpf filestream));
193
#define ZTELL64(filefunc,filestream) (
call_ztell64
((&(filefunc)),(filestream)))
ioapi.c
43
ZPOS64_T
call_ztell64
(const zlib_filefunc64_32_def* pfilefunc,voidpf filestream)
function
Completed in 21 milliseconds