Searched refs:count2 (Results 1 – 2 of 2) sorted by relevance
447 int count2; in p_ere_exp() local661 count2 = p_count(p); in p_ere_exp()662 (void)REQUIRE(count <= count2, REG_BADBR); in p_ere_exp()664 count2 = INFINITY; in p_ere_exp()666 count2 = count; in p_ere_exp()667 repeat(p, pos, count, count2); in p_ere_exp()889 int count2; in p_simp_re() local1056 count2 = p_count(p); in p_simp_re()1057 (void)REQUIRE(count <= count2, REG_BADBR); in p_simp_re()1059 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()