Searched refs:efd2obj (Results 1 – 1 of 1) sorted by relevance
251 pylist *rfd2obj, *wfd2obj, *efd2obj; in select_select_impl() local261 pylist efd2obj[FD_SETSIZE + 1]; in select_select_impl()295 efd2obj = PyMem_NEW(pylist, FD_SETSIZE + 1); in select_select_impl()296 if (rfd2obj == NULL || wfd2obj == NULL || efd2obj == NULL) { in select_select_impl()299 if (efd2obj) PyMem_Free(efd2obj); in select_select_impl()309 efd2obj[0].sentinel = -1; in select_select_impl()314 if ((emax = seq2set(xlist, &efdset, efd2obj)) < 0) in select_select_impl()368 xlist = set2list(&efdset, efd2obj); in select_select_impl()382 reap_obj(efd2obj); in select_select_impl()386 PyMem_Free(efd2obj); in select_select_impl()