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

/external/mdnsresponder/mDNSPosix/
H A DResponder.c425 PosixService * thisServ; local
431 thisServ = (PosixService *) malloc(sizeof(*thisServ));
432 if (thisServ == NULL) {
439 status = mDNS_RegisterService(&mDNSStorage, &thisServ->coreServ,
445 RegistrationCallback, thisServ, 0); // Callback, context, flags
448 thisServ->serviceID = gServiceID;
451 thisServ->next = gServiceList;
452 gServiceList = thisServ;
458 thisServ
635 PosixService *thisServ; local
[all...]

Completed in 63 milliseconds