Lines Matching refs:ploc
8793 word ploc; /* points to current location within packet */ in IndParse() local
8801 ploc = 0; in IndParse()
8815 while (ploc < plci->Sig.RBuffer->length - 1) { in IndParse()
8818 w = in[ploc]; in IndParse()
8826 wlen = (byte)(in[ploc + 1] + 1); in IndParse()
8829 if ((ploc + wlen) > 270) return; in IndParse()
8834 codeset = in[ploc]; in IndParse()
8840 if (w == ESC && wlen >= 3) code = in[ploc + 2] | 0x800; in IndParse()
8851 parms[mIEindex] = &in[ploc + 1]; in IndParse()
8852 dbug(1, dprintf("mIE[%d]=0x%x", *parms[mIEindex], in[ploc])); in IndParse()
8856 if (in[ploc + 2] & 0x80) { in IndParse()
8857 in[ploc + 0] = (byte)(in[ploc + 1] + 1); in IndParse()
8858 in[ploc + 1] = (byte)(in[ploc + 2] & 0x7f); in IndParse()
8859 in[ploc + 2] = 0x80; in IndParse()
8860 parms[mIEindex] = &in[ploc]; in IndParse()
8867 ploc += (wlen + 1); in IndParse()