1ZZIP_FILE_OPEN(3) zziplib Function List ZZIP_FILE_OPEN(3)
2
3
4
6 zzip_file_open - start usage.
7
9 #include <zzip/lib.h>
10
11 ZZIP_FILE *
12 zzip_file_open((ZZIP_DIR * dir, zzip_char_t * name, int o_mode));
13
15 The zzip_file_open function opens an ZZIP_FILE from an already open
16 ZZIP_DIR handle. Since we have a chance to reuse a cached buf32k and
17 ZZIP_FILE memchunk this is the best choice to unpack multiple files.
18
19 Note: the zlib supports 2..15 bit windowsize, hence we provide a 32k
20 memchunk here... just to be safe.
21
22 On error it returns null and sets errcode in the ZZIP_DIR.
23
25 ยท Guido Draheim <guidod@gmx.de> Tomi Ollila <Tomi.Ollila@iki.fi>
26
28 Copyright (c) Guido Draheim, use under copyleft (LGPL,MPL)
29
30
31
32zziplib 0.13.71 ZZIP_FILE_OPEN(3)