lastoff           263 lib/zlib/examples/gzappend.c     off_t lastoff, end;
lastoff           289 lib/zlib/examples/gzappend.c     lastoff = lseek(gz.fd, 0L, SEEK_CUR) - gz.left;
lastoff           329 lib/zlib/examples/gzappend.c                 lastoff = lseek(gz.fd, 0L, SEEK_CUR) - strm->avail_in;
lastoff           353 lib/zlib/examples/gzappend.c     lseek(gz.fd, lastoff - (lastbit != 0), SEEK_SET);