Searched refs:nxtLength (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/mDNSResponder-522.92.1/mDNSCore/
H A Danonymous.c266 int nxtLength; local
397 NSEC3Parse(nsec3RR, mDNSNULL, &nxtLength, &nxtName, mDNSNULL, mDNSNULL);
399 if (hlen != nxtLength)
401 LogMsg("AnonInfoAnswersQuestion: ERROR!! hlen %d not same as nxtLength %d", hlen, nxtLength);
405 for (i = 0; i < nxtLength; i++)
H A Dnsec3.c93 int nxtLength; local
98 NSEC3Parse(&ncr->resrec, mDNSNULL, &nxtLength, &nxtName, mDNSNULL, mDNSNULL);
100 if (nxtLength != hashLen || ncr->resrec.name->c[0] != b32len)
115 PrintHash(nxtName, nxtLength, nxtbuf1, sizeof(nxtbuf1));
132 b32nxtlen = baseEncode((char *)b32nxtname, sizeof(b32nxtname), nxtName, nxtLength, ENC_BASE32);

Completed in 78 milliseconds