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
zzip_init_io(3) zziplib Function List zzip_init_io(3)

zzip_init_io, zzip_get_default_io - init plugin struct.

#include <zzip/lib.h>



int
zzip_init_io(zzip_plugin_io_handlers_t io, int flags)
zzip_plugin_io_t
zzip_get_default_io(void)

The zzip_init_io function initializes the users handler struct to default values being the posix io functions in default configured environments.

Note that the target io_handlers_t structure should be static or atleast it should be kept during the lifetime of zzip operations.

The zzip_get_default_io function returns a zzip_plugin_io_t handle to static defaults wrapping the posix io file functions for actual file access. The returned structure is shared by all threads in the system.

Guido Draheim <guidod@gmx.de> Mike Nordell <tamlin-@-algonet-se>

Copyright (c) Guido Draheim, use under copyleft (LGPL,MPL)

0.13.72 zziplib

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.