Searched refs:skipper (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/bsd/libarchive/dist/libarchive/
H A Darchive_read_private.h136 archive_skip_callback *skipper; member in struct:archive_read_client
H A Darchive_read.c178 if (self->archive->client.skipper != NULL) {
188 get = (self->archive->client.skipper)
199 /* If the client provided a seeker but not a skipper,
203 * skipper is allowed to skip by less than requested
223 /* DO NOT use the skipper here! If we transparently handled
224 * forward seek here by using the skipper, that will break
330 a->client.skipper = client_skipper;

Completed in 272 milliseconds