1ZIP_SOURCE_IS_SEEKABL... BSD Library Functions Manual ZIP_SOURCE_IS_SEEKABL...
2

NAME

4     zip_source_is_seekable — check if a source supports seeking
5

LIBRARY

7     libzip (-lzip)
8

SYNOPSIS

10     #include <zip.h>
11
12     int
13     zip_source_is_seekable(zip_source_t *source);
14

DESCRIPTION

16     The function zip_source_is_seekable() checks if source supports seeking
17     via zip_source_seek(3).
18

RETURN VALUES

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

SEE ALSO

23     libzip(3), zip_source(3), zip_source_seek(3)
24

HISTORY

26     zip_source_is_seekable() was added in libzip 1.10.0.
27

AUTHORS

29     Dieter Baron <dillo@nih.at> and Thomas Klausner <tk@giga.or.at>
30
31BSD                             March 10, 2023                             BSD
Impressum