www.LinuxHowtos.org





ZIP_SOURCE_IS_SEEKABLE

Section: C Library Functions (3)
Index Return to Main Contents

BSD mandoc
 

NAME

zip_source_is_seekable - check if a source supports seeking  

LIBRARY

libzip -lzip)  

SYNOPSIS

In zip.h Ft int Fn zip_source_is_seekable zip_source_t *source  

DESCRIPTION

The function Fn zip_source_is_seekable checks if Fa source supports seeking via zip_source_seek3.  

RETURN VALUES

If the source supports seeking, 1 is returned. Otherwise, 0 is returned.  

SEE ALSO

libzip(3), zip_source5, zip_source_seek3  

HISTORY

Fn zip_source_is_seekable was added in libzip 1.10.0.  

AUTHORS

An -nosplit An Dieter Baron Aq Mt dillo@nih.at and An Thomas Klausner Aq Mt wiz@gatalith.at


 

Index

NAME
LIBRARY
SYNOPSIS
DESCRIPTION
RETURN VALUES
SEE ALSO
HISTORY
AUTHORS