Home
last modified time | relevance | path

Searched refs:_PyIsSelectable_fd (Results 1 – 6 of 6) sorted by relevance

/third_party/python/Include/
Dfileobject.h35 #define _PyIsSelectable_fd(FD) (1) macro
37 #define _PyIsSelectable_fd(FD) ((unsigned int)(FD) < (unsigned int)FD_SETSIZE) macro
/third_party/python/Modules/
Dossaudiodev.c472 if (!_PyIsSelectable_fd(self->fd)) { in oss_writeall()
Dselectmodule.c142 if (!_PyIsSelectable_fd(v)) { in seq2set()
D_ssl.c2264 if (!_PyIsSelectable_fd(s->sock_fd)) in PySSL_select()
Dsocketmodule.c545 #define IS_SELECTABLE(s) (_PyIsSelectable_fd((s)->sock_fd) || (s)->sock_timeout <= 0)
/third_party/python/patches/
Dcpython_mingw_v3.10.2.patch340 #define _PyIsSelectable_fd(FD) (1)
3354 if (!_PyIsSelectable_fd(v)) {