Lines Matching refs:ploc
8931 word ploc; /* points to current location within packet */ in IndParse() local
8939 ploc = 0; in IndParse()
8953 while (ploc < plci->Sig.RBuffer->length - 1) { in IndParse()
8956 w = in[ploc]; in IndParse()
8964 wlen = (byte)(in[ploc + 1] + 1); in IndParse()
8967 if ((ploc + wlen) > 270) return; in IndParse()
8972 codeset = in[ploc]; in IndParse()
8978 if (w == ESC && wlen >= 3) code = in[ploc + 2] | 0x800; in IndParse()
8989 parms[mIEindex] = &in[ploc + 1]; in IndParse()
8990 dbug(1, dprintf("mIE[%d]=0x%x", *parms[mIEindex], in[ploc])); in IndParse()
8994 if (in[ploc + 2] & 0x80) { in IndParse()
8995 in[ploc + 0] = (byte)(in[ploc + 1] + 1); in IndParse()
8996 in[ploc + 1] = (byte)(in[ploc + 2] & 0x7f); in IndParse()
8997 in[ploc + 2] = 0x80; in IndParse()
8998 parms[mIEindex] = &in[ploc]; in IndParse()
9005 ploc += (wlen + 1); in IndParse()