Home | History | Annotate | Download | only in mDNSPosix

Lines Matching full:newsource

1504 	PosixEventSource	*newSource;
1514 newSource = (PosixEventSource*) malloc(sizeof *newSource);
1515 if (NULL == newSource)
1518 newSource->Callback = callback;
1519 newSource->Context = context;
1520 newSource->fd = fd;
1522 AddToTail(&gEventSources, newSource);