1__zzip_fetch_disk_trailer(3) zziplib Function List__zzip_fetch_disk_trailer(3)
2
3
4
6 __zzip_fetch_disk_trailer - internal.
7
9 #include <zzip/lib.h>
10
11
12 static int
13 __zzip_fetch_disk_trailer(int fd, zzip_off_t filesize,
14 struct _disk_trailer *_zzip_restrict trailer,
15 zzip_plugin_io_t io)
16
17
18
19
21 The __zzip_fetch_disk_trailer function is used by zzip_file_open. It
22 tries to find the zip's central directory info that is usually a few
23 bytes off the end of the file.
24
25
26
28 Guido Draheim <guidod@gmx.de> Tomi Ollila <too@iki.fi>
29
30
31
33 Copyright (c) Guido Draheim, use under copyleft (LGPL,MPL)
34
35
36
37
38
39zziplib 0.13.72 __zzip_fetch_disk_trailer(3)