lastbit           259 lib/zlib/examples/gzappend.c     int ret, lastbit, left, full;
lastbit           288 lib/zlib/examples/gzappend.c     lastbit = 0;
lastbit           328 lib/zlib/examples/gzappend.c                 lastbit = strm->data_type & 0x1f;
lastbit           353 lib/zlib/examples/gzappend.c     lseek(gz.fd, lastoff - (lastbit != 0), SEEK_SET);
lastbit           355 lib/zlib/examples/gzappend.c     *gz.buf = (unsigned char)(*gz.buf ^ (1 << ((8 - lastbit) & 7)));