OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:call_zopen64
(Results
1 - 2
of
2
) sorted by null
/external/zlib/contrib/minizip/
ioapi.h
186
voidpf
call_zopen64
OF((const zlib_filefunc64_32_def* pfilefunc,const void*filename,int mode));
192
#define ZOPEN64(filefunc,filename,mode) (
call_zopen64
((&(filefunc)),(filename),(mode)))
ioapi.c
19
voidpf
call_zopen64
(const zlib_filefunc64_32_def* pfilefunc,const void*filename,int mode)
function
Completed in 31 milliseconds