Lines Matching defs:pylist
106 } pylist;
109 reap_obj(pylist fd2obj[FD_SETSIZE + 1])
123 seq2set(PyObject *seq, fd_set *set, pylist fd2obj[FD_SETSIZE + 1])
184 set2list(fd_set *set, pylist fd2obj[FD_SETSIZE + 1])
261 pylist *rfd2obj, *wfd2obj, *efd2obj;
269 pylist rfd2obj[FD_SETSIZE + 1];
270 pylist wfd2obj[FD_SETSIZE + 1];
271 pylist efd2obj[FD_SETSIZE + 1];
303 rfd2obj = PyMem_NEW(pylist, FD_SETSIZE + 1);
304 wfd2obj = PyMem_NEW(pylist, FD_SETSIZE + 1);
305 efd2obj = PyMem_NEW(pylist, FD_SETSIZE + 1);