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

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

Completed in 1231 milliseconds