1ZZIP_DIR_OPEN(3) zziplib Function List ZZIP_DIR_OPEN(3)
2
3
4
6 zzip_dir_open, zzip_dir_open_ext_io, zzip_dir_read - ...
7
9 #include <zzip/lib.h>
10
11 ZZIP_DIR * zzip_dir_open((zzip_char_t * filename, zzip_error_t * e));
12
13 ZZIP_DIR *
14 zzip_dir_open_ext_io((zzip_char_t * filename, zzip_error_t * e, zzip_strings_t * ext, zzip_plugin_io_t io));
15
16 int zzip_dir_read((ZZIP_DIR * dir, ZZIP_DIRENT * d));
17
19 the zzip_dir_open_ext_io function uses explicit ext and io instead of
20 the internal defaults. Setting these to zero is equivalent to
21 zzip_dir_open Note that the referenced ext_io plugin handlers structure
22 must be static as it is not copied to the returned ZZIP_DIR structure.
23
24 fills the dirent-argument with the values and increments the
25 read-pointer of the dir-argument.
26
27 returns 0 if there no entry (anymore).
28
30 ยท Guido Draheim <guidod@gmx.de> Tomi Ollila <too@iki.fi>
31
33 Copyright (c) 1999,2000,2001,2002,2003 Guido Draheim All rights
34 reserved, use under the restrictions of the Lesser GNU General Public
35 License or alternatively the restrictions of the Mozilla Public License
36 1.1
37
38
39
40zziplib 0.13.62 ZZIP_DIR_OPEN(3)