Searched refs:_PyIsSelectable_fd (Results 1 – 6 of 6) sorted by relevance
35 #define _PyIsSelectable_fd(FD) (1) macro37 #define _PyIsSelectable_fd(FD) ((unsigned int)(FD) < (unsigned int)FD_SETSIZE) macro
472 if (!_PyIsSelectable_fd(self->fd)) { in oss_writeall()
142 if (!_PyIsSelectable_fd(v)) { in seq2set()
2264 if (!_PyIsSelectable_fd(s->sock_fd)) in PySSL_select()
545 #define IS_SELECTABLE(s) (_PyIsSelectable_fd((s)->sock_fd) || (s)->sock_timeout <= 0)
340 #define _PyIsSelectable_fd(FD) (1)3354 if (!_PyIsSelectable_fd(v)) {