Home | History | Annotate | Download | only in mDNSPosix

Lines Matching refs:newSource

1558 	PosixEventSource	*newSource;
1568 newSource = (PosixEventSource*) malloc(sizeof *newSource);
1569 if (NULL == newSource)
1572 newSource->Callback = callback;
1573 newSource->Context = context;
1574 newSource->fd = fd;
1576 AddToTail(&gEventSources, newSource);