1ZZIP_READDIR(3)              zziplib Function List             ZZIP_READDIR(3)
2
3
4

NAME

6       zzip_readdir - read dir.
7

SYNOPSIS

9       #include <zzip/lib.h>
10
11       ZZIP_DIRENT * zzip_readdir((ZZIP_DIR * dir));
12

DESCRIPTION

14       The zzip_readdir function is the equivalent of a readdir(2) for a
15       realdir or a zipfile referenced by the ZZIP_DIR returned from
16       zzip_opendir.
17
18       The ZZIP_DIR handle (as returned by zzip_opendir) contains a few more
19       entries than being copied into the ZZIP_DIRENT. The only valid fields
20       in a ZZIP_DIRENT are d_name (the file name), d_compr (compression),
21       d_csize (compressed size), st_size (uncompressed size).
22

AUTHOR

24       ยท   Guido Draheim <guidod@gmx.de>
25
27       Copyright (c) Guido Draheim, use under copyleft (LGPL,MPL)
28
29
30
31zziplib                             0.13.71                    ZZIP_READDIR(3)
Impressum