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

zzip_rewinddir, zzip_telldir, zzip_seekdir, zzip_telldir32, zzip_seekdir32 - rewind.

#include <zzip/lib.h>



void
zzip_rewinddir(ZZIP_DIR * dir)
zzip_off_t
zzip_telldir(ZZIP_DIR * dir)
void
zzip_seekdir(ZZIP_DIR * dir, zzip_off_t offset)
long
zzip_telldir32(ZZIP_DIR * dir)
void
zzip_seekdir32(ZZIP_DIR * dir, long offset)

The zzip_rewinddir function is the equivalent of a rewinddir(2) for a realdir or the zipfile in place of a directory. The ZZIP_DIR handle returned from zzip_opendir has a flag saying realdir or zipfile. As for a zipfile, the filenames will include the filesubpath, so take care.

The zzip_telldir function is the equivalent of telldir(2) for a realdir or zipfile.

The zzip_seekdir function is the equivalent of seekdir(2) for a realdir or zipfile.

The zzip_telldir32 function is provided for users who can not use any largefile-mode.

The zzip_seekdir32 function is provided for users who can not use any largefile-mode.

Guido Draheim <guidod@gmx.de>

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.