1ZZIP_DIR_FREE(3) zziplib Function List ZZIP_DIR_FREE(3)
2
3
4
6 zzip_dir_free, zzip_dir_close -
7
9 #include <zzip/lib.h>
10
11 int zzip_dir_free((ZZIP_DIR * dir));
12
13 int zzip_dir_close((ZZIP_DIR * dir));
14
16 The zzip_dir_free function will free the zzip_dir handle unless there
17 are still zzip_files attached (that may use its cache buffer). This is
18 the inverse of zzip_dir_alloc , and both are helper functions used
19 implicitly in other zzipcalls e.g. zzip_dir_close = zzip_close
20
21 returns zero on success returns the refcount when files are attached.
22
23 It will also free(2) the ZZIP_DIR-handle given. the counterpart for
24 zzip_dir_open see also zzip_dir_free
25
27 ยท Guido Draheim <guidod@gmx.de> Tomi Ollila <too@iki.fi>
28
30 Copyright (c) Guido Draheim, use under copyleft (LGPL,MPL)
31
33 zzip_dir_alloc_ext_io
34
35
36
37zziplib 0.13.71 ZZIP_DIR_FREE(3)