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

FreeBSD Manual Pages

  
 
  

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

NAME
     __zzip_fetch_disk_trailer -  internal.

SYNOPSIS
     #include <zzip/lib.h>

     static int
     __zzip_fetch_disk_trailer(int fd, zzip_off_t filesize, struct _disk_trailer* _zzip_restrict trailer,
			       zzip_plugin_io_t io)

DESCRIPTION
      The __zzip_fetch_disk_trailer function is used by zzip_file_open. It tries
     to  find  the  zip's central directory info that is usually a few bytes off
     the end of the file.

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

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

zziplib 			     0.13.80	    __zzip_fetch_disk_trailer(3)

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

home | help