Searched refs:ZCLOSE64 (Results 1 - 3 of 3) sorted by relevance

/vbox/src/libs/zlib-1.2.6/contrib/minizip/
H A Dioapi.h191 #define ZCLOSE64(filefunc,filestream) ((*((filefunc).zfile_func64.zclose_file)) ((filefunc).zfile_func64.opaque,filestream)) macro
H A Dzip.c795 ZCLOSE64(pziinit->z_filefunc, pziinit->filestream);
886 ZCLOSE64(ziinit.z_filefunc,ziinit.filestream);
1939 if (ZCLOSE64(zi->z_filefunc,zi->filestream) != 0)
H A Dunzip.c744 ZCLOSE64(us.z_filefunc, us.filestream);
818 ZCLOSE64(s->z_filefunc, s->filestream);

Completed in 809 milliseconds