Searched refs:count2 (Results 1 – 2 of 2) sorted by relevance
401 int count2; in p_ere_exp() local518 count2 = p_count(p); in p_ere_exp()519 REQUIRE(count <= count2, REG_BADBR); in p_ere_exp()521 count2 = INFINITY; in p_ere_exp()523 count2 = count; in p_ere_exp()524 repeat(p, pos, count, count2, 0); in p_ere_exp()622 int count2; in p_simp_re() local713 count2 = p_count(p); in p_simp_re()714 REQUIRE(count <= count2, REG_BADBR); in p_simp_re()716 count2 = INFINITY; in p_simp_re()[all …]
977 int count1, count2, arcount1, arcount2; in _dnsPacket_isEqualQuery() local1000 count2 = _dnsPacket_readInt16(pack2); in _dnsPacket_isEqualQuery()1001 if (count1 != count2 || count1 < 0) { in _dnsPacket_isEqualQuery()