Searched refs:_PyIsSelectable_fd (Results 1 – 5 of 5) sorted by relevance
89 #define _PyIsSelectable_fd(FD) (((FD) >= 0) && ((FD) < FD_SETSIZE)) macro91 #define _PyIsSelectable_fd(FD) (1) macro
429 if (!_PyIsSelectable_fd(self->fd)) { in oss_writeall()
113 if (!_PyIsSelectable_fd(v)) { in seq2set()
1648 if (!_PyIsSelectable_fd(s->sock_fd)) in check_socket_and_wait_for_timeout()
495 #define IS_SELECTABLE(s) (_PyIsSelectable_fd((s)->sock_fd) || (s)->sock_timeout <= 0.0)