Searched refs:thisServ (Results 1 – 1 of 1) sorted by relevance
425 PosixService * thisServ; in RegisterOneService() local431 thisServ = (PosixService *) malloc(sizeof(*thisServ)); in RegisterOneService()432 if (thisServ == NULL) { in RegisterOneService()439 status = mDNS_RegisterService(&mDNSStorage, &thisServ->coreServ, in RegisterOneService()445 RegistrationCallback, thisServ, 0); // Callback, context, flags in RegisterOneService()448 thisServ->serviceID = gServiceID; in RegisterOneService()451 thisServ->next = gServiceList; in RegisterOneService()452 gServiceList = thisServ; in RegisterOneService()458 thisServ->serviceID, in RegisterOneService()465 if (thisServ != NULL) { in RegisterOneService()[all …]