Searched refs:rfd2obj (Results 1 – 3 of 3) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/ |
D | selectmodule.c | 198 pylist *rfd2obj, *wfd2obj, *efd2obj; in select_select() local 206 pylist rfd2obj[FD_SETSIZE + 1]; in select_select() 251 rfd2obj = PyMem_NEW(pylist, FD_SETSIZE + 1); in select_select() 254 if (rfd2obj == NULL || wfd2obj == NULL || efd2obj == NULL) { in select_select() 255 if (rfd2obj) PyMem_DEL(rfd2obj); in select_select() 264 rfd2obj[0].sentinel = -1; in select_select() 267 if ((imax=seq2set(ifdlist, &ifdset, rfd2obj)) < 0) in select_select() 295 ifdlist = set2list(&ifdset, rfd2obj); in select_select() 309 reap_obj(rfd2obj); in select_select() 313 PyMem_DEL(rfd2obj); in select_select()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | selectmodule.c | 198 pylist *rfd2obj, *wfd2obj, *efd2obj; in select_select() local 206 pylist rfd2obj[FD_SETSIZE + 1]; in select_select() 251 rfd2obj = PyMem_NEW(pylist, FD_SETSIZE + 1); in select_select() 254 if (rfd2obj == NULL || wfd2obj == NULL || efd2obj == NULL) { in select_select() 255 if (rfd2obj) PyMem_DEL(rfd2obj); in select_select() 264 rfd2obj[0].sentinel = -1; in select_select() 267 if ((imax=seq2set(ifdlist, &ifdset, rfd2obj)) < 0) in select_select() 295 ifdlist = set2list(&ifdset, rfd2obj); in select_select() 309 reap_obj(rfd2obj); in select_select() 313 PyMem_DEL(rfd2obj); in select_select()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/ |
D | selectmodule.c | 198 pylist *rfd2obj, *wfd2obj, *efd2obj; in select_select() local 206 pylist rfd2obj[FD_SETSIZE + 1]; in select_select() 251 rfd2obj = PyMem_NEW(pylist, FD_SETSIZE + 1); in select_select() 254 if (rfd2obj == NULL || wfd2obj == NULL || efd2obj == NULL) { in select_select() 255 if (rfd2obj) PyMem_DEL(rfd2obj); in select_select() 264 rfd2obj[0].sentinel = -1; in select_select() 267 if ((imax=seq2set(ifdlist, &ifdset, rfd2obj)) < 0) in select_select() 295 ifdlist = set2list(&ifdset, rfd2obj); in select_select() 309 reap_obj(rfd2obj); in select_select() 313 PyMem_DEL(rfd2obj); in select_select()
|