Lines Matching refs:pos
526 int pos, xcurrent, previous, gotcount; in read_bunzip() local
534 pos = bd->writePos; in read_bunzip()
549 bd->writePos = pos; in read_bunzip()
571 pos = dbuf[pos]; in read_bunzip()
572 xcurrent = pos&0xff; in read_bunzip()
573 pos >>= 8; in read_bunzip()
616 pos = bd->writePos; in read_bunzip()
683 long *pos, in bunzip2() argument
734 if (pos) in bunzip2()
735 *pos = bd->inbufPos; in bunzip2()
751 long *pos, in __decompress() argument
754 return bunzip2(buf, len - 4, fill, flush, outbuf, pos, error); in __decompress()