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

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

Completed in 103 milliseconds