Lines Matching refs:pos
525 int pos, xcurrent, previous, gotcount; in read_bunzip() local
533 pos = bd->writePos; in read_bunzip()
548 bd->writePos = pos; in read_bunzip()
570 pos = dbuf[pos]; in read_bunzip()
571 xcurrent = pos&0xff; in read_bunzip()
572 pos >>= 8; in read_bunzip()
615 pos = bd->writePos; in read_bunzip()
682 long *pos, in bunzip2() argument
733 if (pos) in bunzip2()
734 *pos = bd->inbufPos; in bunzip2()
750 long *pos, in __decompress() argument
753 return bunzip2(buf, len - 4, fill, flush, outbuf, pos, error); in __decompress()