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

/freebsd-10.0-release/contrib/libarchive/libarchive/
H A Darchive_read.c226 client_seek_proxy(struct archive_read_filter *self, int64_t offset, int whence) function
496 filter->seek = client_seek_proxy;
1549 if ((r = client_seek_proxy(filter, 0, SEEK_END)) < 0)
1565 if ((r = client_seek_proxy(filter, offset, SEEK_SET)) < 0)
1584 if ((r = client_seek_proxy(filter, 0, SEEK_END)) < 0)
1607 r = client_seek_proxy(filter, offset, SEEK_SET);

Completed in 126 milliseconds