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

/external/mdnsresponder/mDNSCore/
H A DmDNS.c247 mDNSexport AuthGroup *AuthGroupForRecord(AuthHash *r, const mDNSu32 slot, const ResourceRecord *const rr) function
272 if (AuthGroupForRecord(r, slot, rr)) LogMsg("GetAuthGroup: Already have AuthGroup for %##s", rr->name->c);
274 if (AuthGroupForRecord(r, slot, rr) != ag) LogMsg("GetAuthGroup: Not finding AuthGroup for %##s", rr->name->c);
284 ag = AuthGroupForRecord(r, slot, &rr->resrec);
302 a = AuthGroupForRecord(r, slot, &rr->resrec);
958 a = AuthGroupForRecord(r, slot, &rr->resrec);
985 a = AuthGroupForRecord(r, slot, &rr->resrec);
1008 a = AuthGroupForRecord(r, slot, &rr->resrec);
1374 a = AuthGroupForRecord(&m->rrauth, slot, &rr->resrec);
H A DmDNSEmbeddedAPI.h2737 extern AuthGroup *AuthGroupForRecord(AuthHash *r, const mDNSu32 slot, const ResourceRecord *const rr);

Completed in 106 milliseconds