Searched defs:zlib_filefunc64_32_def (Results 1 - 1 of 1) sorted by relevance

/external/zlib/src/contrib/minizip/
H A Dioapi.h184 } zlib_filefunc64_32_def; typedef in typeref:struct:zlib_filefunc64_32_def_s
194 voidpf call_zopen64 OF((const zlib_filefunc64_32_def* pfilefunc,const void*filename,int mode));
195 long call_zseek64 OF((const zlib_filefunc64_32_def* pfilefunc,voidpf filestream, ZPOS64_T offset, int origin));
196 ZPOS64_T call_ztell64 OF((const zlib_filefunc64_32_def* pfilefunc,voidpf filestream));
198 void fill_zlib_filefunc64_32_def_from_filefunc32(zlib_filefunc64_32_def* p_filefunc64_32,const zlib_filefunc_def* p_filefunc32);

Completed in 78 milliseconds