Searched refs:ETIMEDOUT (Results 1 – 2 of 2) sorted by relevance
371 #undef ETIMEDOUT /* override definition in errno.h */372 #define ETIMEDOUT WSAETIMEDOUT macro
588 #if defined(ETIMEDOUT) in baller_connect()589 baller->error = ETIMEDOUT; in baller_connect()753 #elif defined(ETIMEDOUT) in is_connected()754 if(ETIMEDOUT == data->state.os_errno) in is_connected()
Completed in 16 milliseconds