Lines Matching refs:pylist
115 } pylist; typedef
118 reap_obj(pylist fd2obj[FD_SETSIZE + 1]) in reap_obj()
132 seq2set(PyObject *seq, fd_set *set, pylist fd2obj[FD_SETSIZE + 1]) in seq2set()
193 set2list(fd_set *set, pylist fd2obj[FD_SETSIZE + 1]) in set2list()
270 pylist *rfd2obj, *wfd2obj, *efd2obj; in select_select_impl()
278 pylist rfd2obj[FD_SETSIZE + 1]; in select_select_impl()
279 pylist wfd2obj[FD_SETSIZE + 1]; in select_select_impl()
280 pylist efd2obj[FD_SETSIZE + 1]; in select_select_impl()
312 rfd2obj = PyMem_NEW(pylist, FD_SETSIZE + 1); in select_select_impl()
313 wfd2obj = PyMem_NEW(pylist, FD_SETSIZE + 1); in select_select_impl()
314 efd2obj = PyMem_NEW(pylist, FD_SETSIZE + 1); in select_select_impl()