Home
last modified time | relevance | path

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

123

/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_9/cpython_src/Include/
H A Dfileobject.h28 #define _PyIsSelectable_fd(FD) (1) macro
30 #define _PyIsSelectable_fd(FD) ((unsigned int)(FD) < (unsigned int)FD_SETSIZE) macro
/dports/databases/py-gdbm/Python-3.8.12/Include/
H A Dfileobject.h35 #define _PyIsSelectable_fd(FD) (1) macro
37 #define _PyIsSelectable_fd(FD) ((unsigned int)(FD) < (unsigned int)FD_SETSIZE) macro
/dports/lang/python310/Python-3.10.1/Include/
H A Dfileobject.h35 #define _PyIsSelectable_fd(FD) (1) macro
37 #define _PyIsSelectable_fd(FD) ((unsigned int)(FD) < (unsigned int)FD_SETSIZE) macro
/dports/lang/python38/Python-3.8.12/Include/
H A Dfileobject.h35 #define _PyIsSelectable_fd(FD) (1) macro
37 #define _PyIsSelectable_fd(FD) ((unsigned int)(FD) < (unsigned int)FD_SETSIZE) macro
/dports/lang/python311/Python-3.11.0a3/Include/
H A Dfileobject.h35 #define _PyIsSelectable_fd(FD) (1) macro
37 #define _PyIsSelectable_fd(FD) ((unsigned int)(FD) < (unsigned int)FD_SETSIZE) macro
/dports/lang/python-tools/Python-3.8.12/Include/
H A Dfileobject.h35 #define _PyIsSelectable_fd(FD) (1) macro
37 #define _PyIsSelectable_fd(FD) ((unsigned int)(FD) < (unsigned int)FD_SETSIZE) macro
/dports/lang/python39/Python-3.9.9/Include/
H A Dfileobject.h35 #define _PyIsSelectable_fd(FD) (1) macro
37 #define _PyIsSelectable_fd(FD) ((unsigned int)(FD) < (unsigned int)FD_SETSIZE) macro
/dports/databases/py-sqlite3/Python-3.8.12/Include/
H A Dfileobject.h35 #define _PyIsSelectable_fd(FD) (1) macro
37 #define _PyIsSelectable_fd(FD) ((unsigned int)(FD) < (unsigned int)FD_SETSIZE) macro
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Include/
H A Dfileobject.h35 #define _PyIsSelectable_fd(FD) (1) macro
37 #define _PyIsSelectable_fd(FD) ((unsigned int)(FD) < (unsigned int)FD_SETSIZE) macro
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_10/cpython_src/Include/
H A Dfileobject.h35 #define _PyIsSelectable_fd(FD) (1) macro
37 #define _PyIsSelectable_fd(FD) ((unsigned int)(FD) < (unsigned int)FD_SETSIZE) macro
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_8/cpython_src/Include/
H A Dfileobject.h35 #define _PyIsSelectable_fd(FD) (1) macro
37 #define _PyIsSelectable_fd(FD) ((unsigned int)(FD) < (unsigned int)FD_SETSIZE) macro
/dports/www/domoticz/domoticz-2020.2/hardware/plugins/Include/
H A Dfileobject.h39 #define _PyIsSelectable_fd(FD) (((FD) >= 0) && ((FD) < FD_SETSIZE)) macro
41 #define _PyIsSelectable_fd(FD) (1) macro
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_6/cpython_src/Include/
H A Dfileobject.h42 #define _PyIsSelectable_fd(FD) ((unsigned int)(FD) < (unsigned int)FD_SETSIZE) macro
44 #define _PyIsSelectable_fd(FD) (1) macro
/dports/lang/python37/Python-3.7.12/Include/
H A Dfileobject.h47 #define _PyIsSelectable_fd(FD) (1) macro
49 #define _PyIsSelectable_fd(FD) ((unsigned int)(FD) < (unsigned int)FD_SETSIZE) macro
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_7/cpython_src/Include/
H A Dfileobject.h47 #define _PyIsSelectable_fd(FD) (1) macro
49 #define _PyIsSelectable_fd(FD) ((unsigned int)(FD) < (unsigned int)FD_SETSIZE) macro
/dports/lang/python-legacy/Python-2.7.18/Include/
H A Dfileobject.h89 #define _PyIsSelectable_fd(FD) (((FD) >= 0) && ((FD) < FD_SETSIZE)) macro
91 #define _PyIsSelectable_fd(FD) (1) macro
/dports/lang/python27/Python-2.7.18/Include/
H A Dfileobject.h89 #define _PyIsSelectable_fd(FD) (((FD) >= 0) && ((FD) < FD_SETSIZE)) macro
91 #define _PyIsSelectable_fd(FD) (1) macro
/dports/lang/python27/Python-2.7.18/Modules/
H A Dossaudiodev.c429 if (!_PyIsSelectable_fd(self->fd)) { in oss_writeall()
/dports/lang/python-legacy/Python-2.7.18/Modules/
H A Dossaudiodev.c429 if (!_PyIsSelectable_fd(self->fd)) { in oss_writeall()
/dports/databases/py-gdbm/Python-3.8.12/Modules/
H A Dossaudiodev.c474 if (!_PyIsSelectable_fd(self->fd)) { in oss_writeall()
/dports/lang/python-tools/Python-3.8.12/Modules/
H A Dossaudiodev.c474 if (!_PyIsSelectable_fd(self->fd)) { in oss_writeall()
/dports/lang/python310/Python-3.10.1/Modules/
H A Dossaudiodev.c472 if (!_PyIsSelectable_fd(self->fd)) { in oss_writeall()
/dports/lang/python37/Python-3.7.12/Modules/
H A Dossaudiodev.c474 if (!_PyIsSelectable_fd(self->fd)) { in oss_writeall()
/dports/lang/python311/Python-3.11.0a3/Modules/
H A Dossaudiodev.c473 if (!_PyIsSelectable_fd(self->fd)) { in oss_writeall()
/dports/lang/python39/Python-3.9.9/Modules/
H A Dossaudiodev.c472 if (!_PyIsSelectable_fd(self->fd)) { in oss_writeall()

123