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

/macosx-10.9.5/CF-855.17/
H A DCFSocket.c3031 SInt32 namelen, result = -1, connect_err = 0, select_err = 0; local
3056 connect_err = __CFSocketLastError();
3058 if (connect_err == WSAEWOULDBLOCK) connect_err = EINPROGRESS;
3062 fprintf(stdout, "connection attempt returns %d error %d on socket %d (flags 0x%x blocking %d)\n", (int) result, (int) connect_err, sock, (int) flags, wasBlocking);
3064 if (EINPROGRESS == connect_err && timeout >= 0.0) {
3089 if (EINPROGRESS == connect_err && timeout < 0.0) {

Completed in 84 milliseconds