ztell_file        172 lib/zlib/contrib/minizip/ioapi.c     pzlib_filefunc_def->ztell_file = ftell_file_func;
ztell_file         51 lib/zlib/contrib/minizip/ioapi.h     tell_file_func      ztell_file;
ztell_file         64 lib/zlib/contrib/minizip/ioapi.h #define ZTELL(filefunc,filestream) ((*((filefunc).ztell_file))((filefunc).opaque,filestream))
ztell_file        265 lib/zlib/contrib/minizip/iowin32.c     pzlib_filefunc_def->ztell_file = win32_tell_file_func;