Manpages - zip_source_window.3

libzip (-lzip)

The

function create a zip source from an underlying zip source, restricting access to a particular window starting at byte

and having size

If

is -1, the window spans to the end of the underlying source.

Upon successful completion, the created source is returned. Otherwise,

is returned and the error code in

is set to indicate the error.

fails if:

is

there is an integer overflow adding

and

or

is less than -1.

Required memory could not be allocated.

was added in libzip 1.8.0.

and

Author: dt

Created: 2022-02-20 Sun 21:25