Home | History | Annotate | Download | only in mDNSCore

Lines Matching refs:RemoveAuthRecord

295 mDNSexport AuthGroup *RemoveAuthRecord(mDNS *const m, AuthHash *r, AuthRecord *rr)
303 if (!a) { LogMsg("RemoveAuthRecord: ERROR!! AuthGroup not found for %s", ARDisplayString(m, rr)); return mDNSNULL; }
313 LogInfo("RemoveAuthRecord: removing auth record %s from table", ARDisplayString(m, rr));
1538 AuthGroup *ag = RemoveAuthRecord(m, &m->rrauth, rr);