Lines Matching defs:set
123 seq2set(PyObject *seq, fd_set *set, pylist fd2obj[FD_SETSIZE + 1])
131 fd2obj[0].obj = (PyObject*)0; /* set list to zero size */
132 FD_ZERO(set);
160 FD_SET(v, set);
184 set2list(fd_set *set, pylist fd2obj[FD_SETSIZE + 1])
191 if (FD_ISSET(fd2obj[j].fd, set))
201 if (FD_ISSET(fd, set)) {
315 * propagates the Python exception set in seq2set()
568 /* This will simply raise the KeyError set by PyDict_DelItem
587 Polls the set of registered file descriptors.
696 /* if we hit a NULL return, set value to NULL
913 Polls the set of registered file descriptors.
1100 ** we set the limit here. It is a dynamic
1467 a bit set composed of the various EPOLL constants
1488 a bit set composed of the various EPOLL constants
1564 indefinitely in the epoll_wait(2) documentation, so we set ms
1741 of. You could also set up a dictionary on the python side to store a\n\