Home | History | Annotate | Download | only in mDNSPosix

Lines Matching defs:newSource

1535 	PosixEventSource	*newSource;
1545 newSource = (PosixEventSource*) malloc(sizeof *newSource);
1546 if (NULL == newSource)
1549 newSource->Callback = callback;
1550 newSource->Context = context;
1551 newSource->fd = fd;
1553 AddToTail(&gEventSources, newSource);