Searched defs:count1 (Results 1 - 1 of 1) sorted by last modified time

/bionic/libc/dns/resolv/
H A Dres_cache.c942 int count1, count2; local
959 count1 = _dnsPacket_readInt16(pack1);
961 if (count1 != count2 || count1 < 0) {
971 for ( ; count1 > 0; count1-- ) {

Completed in 87 milliseconds