Man page - zzip_dir_read(3)
Packages contas this manual
- zzip_seterror(3)
- zzip_entry_findfirst(3)
- zzip_dir_fdopen_ext_io(3)
- zzip_compr_str(3)
- __zzip_parse_root_directory(3)
- zzip_dir_free(3)
- zzip_realdir(3)
- zzip_dir_read(3)
- zzip_dir_alloc_ext_io(3)
- zzip_file_read(3)
- zzip_rewind(3)
- zzip_seek(3)
- zzip_file_stat(3)
- zzip_entry_fclose(3)
- zzip_entry_fopen(3)
- zzip_realfd(3)
- zzip_rewinddir(3)
- zzip_open_ext_io(3)
- zzip_close(3)
- zzip_seekdir(3)
- zzip_dir_fdopen(3)
- zzip_tell(3)
- zzip_dirhandle(3)
- zzip_telldir(3)
- zzip_file_real(3)
- zzip_entry_findmatch(3)
- zzip_dir_open(3)
- zzip_entry_findnext(3)
- zzip_entry_fread_file_header(3)
- zzip_read(3)
- zzip_opendir_ext_io(3)
- zzip_errno(3)
- zzip_telldir32(3)
- zzip_readdir(3)
- zzip_dir_close(3)
- zzip_entry_free(3)
- zzip_dir_open_ext_io(3)
- zzip_file_close(3)
- zzip_entry_ffile(3)
- zzip_entry_data_offset(3)
- zzip_entry_fread(3)
- zzip_tell32(3)
- zzip_strerror(3)
- zzip_seekdir32(3)
- zzip_dirfd(3)
- zzip_entry_findfile(3)
- zzip_fclose(3)
- zzip_dir_real(3)
- __zzip_try_open(3)
- zzip_dir_alloc(3)
- zzip_opendir(3)
- zzip_freopen(3)
- zzip_entry_strdup_name(3)
- zzip_strerror_of(3)
- zzip_fread(3)
- zzip_inflate_init(3)
- zzip_filesize(3)
- zzip_fopen(3)
- zzip_get_default_io(3)
- zzip_open(3)
- zzip_open_shared_io(3)
- __zzip_fetch_disk_trailer(3)
- zzip_entry_feof(3)
- zzip_init_io(3)
- zzip_file_open(3)
- zzip_fstat(3)
- zzip_closedir(3)
- zzip_dir_stat(3)
- zzip_seek32(3)
- zzip_error(3)
apt-get install libzzip-dev
Manual
| zzip_dir_open(3) | zziplib Function List | zzip_dir_open(3) |
NAME
zzip_dir_open, zzip_dir_open_ext_io, zzip_dir_read - open zip-archive.
SYNOPSIS
#include <zzip/lib.h> ZZIP_DIR* zzip_dir_open(zzip_char_t* filename, zzip_error_t* e) ZZIP_DIR* zzip_dir_open_ext_io(zzip_char_t* filename, zzip_error_t* e, zzip_strings_t* ext,
zzip_plugin_io_t io) int zzip_dir_read(ZZIP_DIR* dir, ZZIP_DIRENT* d)
DESCRIPTION
The zzip_dir_open function opens the given zip-archive (if available). The two ext_io arguments will default to use posix io and a set of default fileext that can atleast add .zip ext itself.
the zzip_dir_open_ext_io function uses explicit ext and io instead of
the internal defaults. Setting these to zero is equivalent to
zzip_dir_open Note that the referenced ext_io plugin handlers
structure must be static as it is not copied to the returned ZZIP_DIR
structure.
fills the dirent-argument with the values and increments the read-pointer of
the dir-argument.
returns 0 if there no entry (anymore).
AUTHOR
Guido Draheim <guidod@gmx.de> Tomi Ollila <too@iki.fi>
COPYRIGHT
Copyright (c) Guido Draheim, use under copyleft (LGPL,MPL)
| 0.13.78 | zziplib |