Home
last modified time | relevance | path

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

/external/mdnsresponder/mDNSPosix/
DResponder.c358 static void RegistrationCallback(mDNS *const m, ServiceRecordSet *const thisRegistration, mStatus s… in RegistrationCallback() argument
366 debugf("Callback: %##s Name Registered", thisRegistration->RR_SRV.resrec.name->c); in RegistrationCallback()
372 debugf("Callback: %##s Name Conflict", thisRegistration->RR_SRV.resrec.name->c); in RegistrationCallback()
385 status = mDNS_RenameAndReregisterService(m, thisRegistration, mDNSNULL); in RegistrationCallback()
390 debugf("Callback: %##s Memory Free", thisRegistration->RR_SRV.resrec.name->c); in RegistrationCallback()
401 assert(&cursor->coreServ != thisRegistration); in RegistrationCallback()
406 free(thisRegistration); in RegistrationCallback()
410 … debugf("Callback: %##s Unknown Status %ld", thisRegistration->RR_SRV.resrec.name->c, status); in RegistrationCallback()