1zzip_dir_alloc_ext_io(3) zziplib Function List zzip_dir_alloc_ext_io(3)
2
3
4
6 zzip_dir_alloc_ext_io, zzip_dir_alloc - start usage.
7
9 #include <zzip/lib.h>
10
11
12 ZZIP_DIR *
13 zzip_dir_alloc_ext_io(zzip_strings_t * ext, const zzip_plugin_io_t io)
14
15 ZZIP_DIR *
16 zzip_dir_alloc(zzip_strings_t * fileext)
17
18
19
20
22 The zzip_dir_alloc_ext_io function allocates a new ZZIP_DIR handle and
23 do basic initializations before usage by zzip_dir_fdopen zzip_dir_open
24 zzip_file_open or through zzip_open (ext==null flags uses { ".zip" ,
25 ".ZIP" } ) (io ==null flags use of posix io defaults)
26
27 The zzip_dir_alloc function is obsolete - it was generally used for
28 implementation and exported to let other code build on it. It is now
29 advised to use zzip_dir_alloc_ext_io now on explicitly, just set that
30 second argument to zero to achieve the same functionality as the old
31 style.
32
33
34
36 Guido Draheim <guidod@gmx.de> Tomi Ollila <too@iki.fi>
37
38
39
41 Copyright (c) Guido Draheim, use under copyleft (LGPL,MPL)
42
43
44
46 zzip_dir_free
47
48
49
50
51
52zziplib 0.13.72 zzip_dir_alloc_ext_io(3)