Lines Matching refs:pos
527 int pos, xcurrent, previous, gotcount; in read_bunzip() local
535 pos = bd->writePos; in read_bunzip()
550 bd->writePos = pos; in read_bunzip()
572 pos = dbuf[pos]; in read_bunzip()
573 xcurrent = pos&0xff; in read_bunzip()
574 pos >>= 8; in read_bunzip()
617 pos = bd->writePos; in read_bunzip()
684 long *pos, in bunzip2() argument
735 if (pos) in bunzip2()
736 *pos = bd->inbufPos; in bunzip2()
752 long *pos, in __decompress() argument
755 return bunzip2(buf, len - 4, fill, flush, outbuf, pos, error); in __decompress()