Searched refs:count2 (Results 1 – 2 of 2) sorted by relevance
401 int count2; in p_ere_exp() local516 count2 = p_count(p); in p_ere_exp()517 REQUIRE(count <= count2, REG_BADBR); in p_ere_exp()519 count2 = INFINITY; in p_ere_exp()521 count2 = count; in p_ere_exp()522 repeat(p, pos, count, count2, 0); in p_ere_exp()620 int count2; in p_simp_re() local709 count2 = p_count(p); in p_simp_re()710 REQUIRE(count <= count2, REG_BADBR); in p_simp_re()712 count2 = INFINITY; in p_simp_re()[all …]
940 int count1, count2; in _dnsPacket_isEqualQuery() local958 count2 = _dnsPacket_readInt16(pack2); in _dnsPacket_isEqualQuery()959 if (count1 != count2 || count1 < 0) { in _dnsPacket_isEqualQuery()