Searched defs:count2 (Results 1 - 2 of 2) sorted by relevance

/bionic/libc/netbsd/resolv/
H A Dres_cache.c929 int count1, count2; local
947 count2 = _dnsPacket_readInt16(pack2);
948 if (count1 != count2 || count1 < 0) {
/bionic/libc/regex/
H A Dregcomp.c297 int count2; local
410 count2 = p_count(p);
411 REQUIRE(count <= count2, REG_BADBR);
413 count2 = INFINITY;
415 count2 = count;
416 repeat(p, pos, count, count2);
493 int count2; local
581 count2 = p_count(p);
582 REQUIRE(count <= count2, REG_BADBR);
584 count2
[all...]

Completed in 185 milliseconds