Home | History | Annotate | Download | only in mDNSCore

Lines Matching refs:AuthGroupForRecord

247 mDNSexport AuthGroup *AuthGroupForRecord(AuthHash *r, const mDNSu32 slot, const ResourceRecord *const rr)
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);