Searched refs:_PyIsSelectable_fd (Results 1 – 10 of 10) sorted by relevance
47 #define _PyIsSelectable_fd(FD) (1) macro49 #define _PyIsSelectable_fd(FD) ((unsigned int)(FD) < (unsigned int)FD_SETSIZE) macro
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()
1727 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)
474 if (!_PyIsSelectable_fd(self->fd)) { in oss_writeall()
112 if (!_PyIsSelectable_fd(v)) { in seq2set()
2215 if (!_PyIsSelectable_fd(s->sock_fd)) in PySSL_select()
544 #define IS_SELECTABLE(s) (_PyIsSelectable_fd((s)->sock_fd) || (s)->sock_timeout <= 0)