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

/macosx-10.9.5/CF-855.17/
H A DCFSocket.c1063 static CFMutableArrayRef __CFReadSockets = NULL; variable
1353 __CFReadSockets = CFArrayCreateMutable(kCFAllocatorSystemDefault, 0, NULL);
1953 cnt = CFArrayGetCount(__CFReadSockets);
1955 CFSocketRef s = (CFSocketRef)CFArrayGetValueAtIndex(__CFReadSockets, idx);
2019 __CFSocketWriteSocketList(__CFReadSockets, __CFReadSocketsFds, FALSE);
2045 CFArrayApplyFunction(__CFReadSockets, CFRangeMake(0, CFArrayGetCount(__CFReadSockets)), _calcMinTimeout_locked, (void*) &minTimeout);
2097 cnt = CFArrayGetCount(__CFReadSockets);
2099 CFSocketRef s = (CFSocketRef)CFArrayGetValueAtIndex(__CFReadSockets, idx);
2102 // We might have an new element in __CFReadSockets tha
[all...]

Completed in 133 milliseconds