Searched refs:_socketSetCount (Results 1 - 1 of 1) sorted by last modified time

/macosx-10.9.5/CF-855.17/
H A DCFSocket.c1091 SInt32 _socketSetCount; member in struct:__CFSocket
1177 return (s->_socketSetCount > 0);
2215 CFStringAppendFormat(result, NULL, CFSTR("<CFSocket %p [%p]>{valid = %s, type = %d, socket = %d, socket set count = %ld,\n callback types = 0x%x, callout = %s (%p), source = %p,\n run loops = %@,\n context = "), cf, CFGetAllocator(s), (__CFSocketIsValid(s) ? "Yes" : "No"), (int)(s->_socketType), s->_socket, (long)s->_socketSetCount, __CFSocketCallBackTypes(s), name, addr, s->_source0, s->_runLoops);
2337 memory->_socketSetCount = 0;
2430 s->_socketSetCount = 0;
2650 s->_socketSetCount++;
2652 // is added to we just need to enable it there once (and _socketSetCount gives us a refCount
2654 if (1 == s->_socketSetCount) {
2670 s->_socketSetCount--;
2671 if (0 == s->_socketSetCount) {
[all...]

Completed in 140 milliseconds