FreeBSD manual

download PDF document: zip_source_is_seekable.3.pdf

ZIP_SOURCE_IS_SEEKABLE(3) FreeBSD Library Functions Manual
NAME zip_source_is_seekable - check if a source supports seeking
LIBRARY libzip (-lzip)
SYNOPSIS #include <zip.h>
int zip_source_is_seekable(zip_source_t *source);
DESCRIPTION The function zip_source_is_seekable() checks if source supports seeking via zip_source_seek(3).
RETURN VALUES If the source supports seeking, 1 is returned. Otherwise, 0 is returned.
SEE ALSO libzip(3), zip_source(3), zip_source_seek(3)
HISTORY zip_source_is_seekable() was added in libzip 1.10.0.
AUTHORS Dieter Baron <dillo@nih.at> and Thomas Klausner <tk@giga.or.at>
FreeBSD 14.0-RELEASE-p11 March 10, 2023 FreeBSD 14.0-RELEASE-p11