Home
last modified time | relevance | path

Searched refs:pzlib_filefunc64_32_def (Results 1 – 2 of 2) sorted by relevance

/external/zlib/src/contrib/minizip/
Dunzip.c585 zlib_filefunc64_32_def* pzlib_filefunc64_32_def, in unzOpenInternal() argument
608 if (pzlib_filefunc64_32_def==NULL) in unzOpenInternal()
611 us.z_filefunc = *pzlib_filefunc64_32_def; in unzOpenInternal()
Dzip.c849 …d *pathname, int append, zipcharpc* globalcomment, zlib_filefunc64_32_def* pzlib_filefunc64_32_def) in zipOpen3() argument
857 if (pzlib_filefunc64_32_def==NULL) in zipOpen3()
860 ziinit.z_filefunc = *pzlib_filefunc64_32_def; in zipOpen3()