taglinefilesource code
inptr113zBoot/gzip.hextern unsigned inptr;  /* index of next byte to be processed in inbuf */
inptr181zBoot/gzip.h#define get_byte()  (inptr < insize ? inbuf[inptr++] : fill_inbuf())
inptr798zBoot/inflate.cinptr--;
inptr51zBoot/misc.cunsigned inptr;
inptr209zBoot/misc.cinsize = inptr = 0;
inptr237zBoot/misc.cinptr = 1;
inptr58zBoot/unzip.cuch *h = inbuf + inptr; /* first local header */
inptr63zBoot/unzip.cinptr += LOCHDR + SH(h + LOCFIL) + SH(h + LOCEXT);
inptr65zBoot/unzip.cif (inptr > insize || LG(h) != LOCSIG) {
inptr176zBoot/unzip.cif (pkzip && inptr + 4 < insize && LG(inbuf+inptr) == LOCSIG) {