man __zzip_parse_root_directory (Fonctions bibliothèques) - (../../zzip/zip.c)

NAME

__zzip_parse_root_directory - (../../zzip/zip.c)

SYNOPSIS

#include <zziplib.h>

int __zzip_parse_root_directory (int fd, struct zzip_disk_trailer * trailer, struct zzip_dir_hdr ** hdr_return, zzip_plugin_io_t io);

DESCRIPTION

The __zzip_parse_root_directory function is used by zzip_file_open, it is usually called after __zzip_find_disk_trailer. It will parse the zip's central directory information and create a zziplib private directory table in memory.

AUTHOR

•
Guido Draheim <guidod@gmx.de>
•
Tomi Ollila <too@iki.fi>

COPYRIGHT

(c) 1999,2000,2001,2002 Guido Draheim All rights reserved, use under the restrictions of the Lesser GNU General Public License note the additional license information that can be found in COPYING.ZZIP