Searched refs:wfd2obj (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 207 pylist wfd2obj[FD_SETSIZE + 1]; in select_select() 252 wfd2obj = PyMem_NEW(pylist, FD_SETSIZE + 1); in select_select() 254 if (rfd2obj == NULL || wfd2obj == NULL || efd2obj == NULL) { in select_select() 256 if (wfd2obj) PyMem_DEL(wfd2obj); in select_select() 265 wfd2obj[0].sentinel = -1; in select_select() 269 if ((omax=seq2set(ofdlist, &ofdset, wfd2obj)) < 0) in select_select() 296 ofdlist = set2list(&ofdset, wfd2obj); in select_select() 310 reap_obj(wfd2obj); in select_select() 314 PyMem_DEL(wfd2obj); 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 207 pylist wfd2obj[FD_SETSIZE + 1]; in select_select() 252 wfd2obj = PyMem_NEW(pylist, FD_SETSIZE + 1); in select_select() 254 if (rfd2obj == NULL || wfd2obj == NULL || efd2obj == NULL) { in select_select() 256 if (wfd2obj) PyMem_DEL(wfd2obj); in select_select() 265 wfd2obj[0].sentinel = -1; in select_select() 269 if ((omax=seq2set(ofdlist, &ofdset, wfd2obj)) < 0) in select_select() 296 ofdlist = set2list(&ofdset, wfd2obj); in select_select() 310 reap_obj(wfd2obj); in select_select() 314 PyMem_DEL(wfd2obj); 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 207 pylist wfd2obj[FD_SETSIZE + 1]; in select_select() 252 wfd2obj = PyMem_NEW(pylist, FD_SETSIZE + 1); in select_select() 254 if (rfd2obj == NULL || wfd2obj == NULL || efd2obj == NULL) { in select_select() 256 if (wfd2obj) PyMem_DEL(wfd2obj); in select_select() 265 wfd2obj[0].sentinel = -1; in select_select() 269 if ((omax=seq2set(ofdlist, &ofdset, wfd2obj)) < 0) in select_select() 296 ofdlist = set2list(&ofdset, wfd2obj); in select_select() 310 reap_obj(wfd2obj); in select_select() 314 PyMem_DEL(wfd2obj); in select_select()
|