Searched refs:plen (Results 1 – 1 of 1) sorted by relevance
999 int b, blen, plen, i; in decode_bitstring() local1003 plen = (blen + 3) / 4; in decode_bitstring()1004 plen += (int)sizeof("\\[x/]") + (blen > 99 ? 3 : (blen > 9) ? 2 : 1); in decode_bitstring()1005 if (dn + plen >= eom) in decode_bitstring()