Searched refs:count2 (Results 1 – 2 of 2) sorted by relevance
402 int count2; in p_ere_exp() local517 count2 = p_count(p); in p_ere_exp()518 REQUIRE(count <= count2, REG_BADBR); in p_ere_exp()520 count2 = INFINITY; in p_ere_exp()522 count2 = count; in p_ere_exp()523 repeat(p, pos, count, count2, 0); in p_ere_exp()621 int count2; in p_simp_re() local710 count2 = p_count(p); in p_simp_re()711 REQUIRE(count <= count2, REG_BADBR); in p_simp_re()713 count2 = INFINITY; in p_simp_re()[all …]
953 int count1, count2; in _dnsPacket_isEqualQuery() local971 count2 = _dnsPacket_readInt16(pack2); in _dnsPacket_isEqualQuery()972 if (count1 != count2 || count1 < 0) { in _dnsPacket_isEqualQuery()