gotcount          526 lib/decompress_bunzip2.c 	int pos, xcurrent, previous, gotcount;
gotcount          532 lib/decompress_bunzip2.c 	gotcount = 0;
gotcount          548 lib/decompress_bunzip2.c 			if (gotcount >= len) {
gotcount          555 lib/decompress_bunzip2.c 			outbuf[gotcount++] = xcurrent;
gotcount          613 lib/decompress_bunzip2.c 		return (previous != RETVAL_LAST_BLOCK) ? previous : gotcount;