1__ZZIP_FETCH_DISK_TR(3) zziplib Function List __ZZIP_FETCH_DISK_TR(3)
2
3
4
6 __zzip_fetch_disk_trailer - internal.
7
9 #include <zzip/lib.h>
10
11 int
12 __zzip_fetch_disk_trailer((int fd, zzip_off_t filesize, struct _disk_trailer *_zzip_restrict trailer, zzip_plugin_io_t io));
13
15 The __zzip_fetch_disk_trailer function is used by zzip_file_open. It
16 tries to find the zip's central directory info that is usually a few
17 bytes off the end of the file.
18
20 ยท Guido Draheim <guidod@gmx.de> Tomi Ollila <too@iki.fi>
21
23 Copyright (c) Guido Draheim, use under copyleft (LGPL,MPL)
24
25
26
27zziplib 0.13.71 __ZZIP_FETCH_DISK_TR(3)