Searched defs:VALID_SOCK (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/curl-83.1.2/curl/lib/
H A Dselect.h101 #define VALID_SOCK(x) 1 macro
104 #define VALID_SOCK(s) (((s) >= 0) && ((s) < FD_SETSIZE)) macro

Completed in 114 milliseconds