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