Home
last modified time | relevance | path

Searched refs:CurrentSOA (Results 1 – 2 of 2) sorted by relevance

/external/mdnsresponder/mDNSCore/
DuDNS.c1485 else if (zd->CurrentSOA->c[0]) in GetZoneData_QuestionCallback()
1487 DomainAuthInfo *AuthInfo = GetAuthInfoForName(m, zd->CurrentSOA); in GetZoneData_QuestionCallback()
1492 LogInfo("GetZoneData_QuestionCallback: not chopping labels for %##s", zd->CurrentSOA->c); in GetZoneData_QuestionCallback()
1497 zd->CurrentSOA = (domainname *)(zd->CurrentSOA->c + zd->CurrentSOA->c[0]+1); in GetZoneData_QuestionCallback()
1498 AssignDomainName(&zd->question.qname, zd->CurrentSOA); in GetZoneData_QuestionCallback()
1613 zd->CurrentSOA = (domainname *)(&zd->ChildName.c[initialskip]); in StartGetZoneData()
1648 AssignDomainName(&zd->question.qname, zd->CurrentSOA); in StartGetZoneData()
DmDNSEmbeddedAPI.h1643 domainname *CurrentSOA; // Points to somewhere within ChildName member