GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
ZIP_STAT_INIT(3) FreeBSD Library Functions Manual ZIP_STAT_INIT(3)

zip_stat_init
initialize zip_stat structure

libzip (-lzip)

#include <zip.h>

void
zip_stat_init(zip_stat_t *sb);

The zip_stat_init() function initializes the members of a struct zip_stat. The current members are described in zip_stat(3), but this function should be used to initialize it to make sure none are missed. The structure pointed to by sb must be allocated before calling zip_stat_init().

This function should be used by functions provided to zip_source_function(3) when returning ZIP_SOURCE_STAT information to make sure all fields are initialized.

If sb is valid, the function is always successful.

libzip(3), zip_stat(3)

zip_stat_init() was added in libzip 0.8.

Dieter Baron <dillo@nih.at> and Thomas Klausner <tk@giga.or.at>
December 18, 2017 FreeBSD 13.1-RELEASE

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.