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

zzip_tell, zzip_tell32 - tell.

#include <zzip/lib.h>



zzip_off_t
zzip_tell(ZZIP_FILE * fp)
long
zzip_tell32(ZZIP_FILE * fp)

The zzip_tell function will tell(2) the current position in a real/zipped file

It will return the current offset within the real/zipped file, measured in uncompressed bytes for the zipped-file case.

If the file-handle is wrapping a stat'able file then it will actually just perform a normal tell(2)-call, otherwise the offset is calculated from the amount of data left and the total uncompressed size;

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

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

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.