Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
zzip_file_close(3)	      zziplib Function List	      zzip_file_close(3)

NAME
     zzip_file_close -	end usage.

SYNOPSIS
     #include <zzip/lib.h>

     int
     zzip_file_close(ZZIP_FILE* fp)

DESCRIPTION
      The zzip_file_close function is the direct call of zzip_close(fp). It will
     cleanup the inflate-portion of zlib and free the structure given.

      it is called quite from the error-cleanup parts of the various _open func-
     tions.

      the .refcount is decreased and if zero the fp->dir is closed just as well.

AUTHOR
      Guido Draheim <guidod@gmx.de> Tomi Ollila <Tomi.Ollila@iki.fi>

COPYRIGHT
      Copyright (c) Guido Draheim, use under copyleft (LGPL,MPL)

zziplib 			     0.13.80		      zzip_file_close(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=zzip_file_close&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help