HomeSort by relevance Sort by last modified time
    Searched refs:efd2obj (Results 1 - 5 of 5) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
selectmodule.c 198 pylist *rfd2obj, *wfd2obj, *efd2obj; local
208 pylist efd2obj[FD_SETSIZE + 1];
253 efd2obj = PyMem_NEW(pylist, FD_SETSIZE + 1);
254 if (rfd2obj == NULL || wfd2obj == NULL || efd2obj == NULL) {
257 if (efd2obj) PyMem_DEL(efd2obj);
266 efd2obj[0].sentinel = -1;
271 if ((emax=seq2set(efdlist, &efdset, efd2obj)) < 0)
297 efdlist = set2list(&efdset, efd2obj);
311 reap_obj(efd2obj);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
selectmodule.c 198 pylist *rfd2obj, *wfd2obj, *efd2obj; local
208 pylist efd2obj[FD_SETSIZE + 1];
253 efd2obj = PyMem_NEW(pylist, FD_SETSIZE + 1);
254 if (rfd2obj == NULL || wfd2obj == NULL || efd2obj == NULL) {
257 if (efd2obj) PyMem_DEL(efd2obj);
266 efd2obj[0].sentinel = -1;
271 if ((emax=seq2set(efdlist, &efdset, efd2obj)) < 0)
297 efdlist = set2list(&efdset, efd2obj);
311 reap_obj(efd2obj);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
selectmodule.c 198 pylist *rfd2obj, *wfd2obj, *efd2obj; local
208 pylist efd2obj[FD_SETSIZE + 1];
253 efd2obj = PyMem_NEW(pylist, FD_SETSIZE + 1);
254 if (rfd2obj == NULL || wfd2obj == NULL || efd2obj == NULL) {
257 if (efd2obj) PyMem_DEL(efd2obj);
266 efd2obj[0].sentinel = -1;
271 if ((emax=seq2set(efdlist, &efdset, efd2obj)) < 0)
297 efdlist = set2list(&efdset, efd2obj);
311 reap_obj(efd2obj);
    [all...]
  /external/python/cpython2/Modules/
selectmodule.c 187 pylist *rfd2obj, *wfd2obj, *efd2obj; local
197 pylist efd2obj[FD_SETSIZE + 1];
242 efd2obj = PyMem_NEW(pylist, FD_SETSIZE + 1);
243 if (rfd2obj == NULL || wfd2obj == NULL || efd2obj == NULL) {
246 if (efd2obj) PyMem_DEL(efd2obj);
255 efd2obj[0].sentinel = -1;
260 if ((emax=seq2set(efdlist, &efdset, efd2obj)) < 0)
286 efdlist = set2list(&efdset, efd2obj);
300 reap_obj(efd2obj);
    [all...]
  /external/python/cpython3/Modules/
selectmodule.c 186 pylist *rfd2obj, *wfd2obj, *efd2obj; local
196 pylist efd2obj[FD_SETSIZE + 1];
237 efd2obj = PyMem_NEW(pylist, FD_SETSIZE + 1);
238 if (rfd2obj == NULL || wfd2obj == NULL || efd2obj == NULL) {
241 if (efd2obj) PyMem_DEL(efd2obj);
251 efd2obj[0].sentinel = -1;
256 if ((emax=seq2set(efdlist, &efdset, efd2obj)) < 0)
306 efdlist = set2list(&efdset, efd2obj);
320 reap_obj(efd2obj);
    [all...]

Completed in 68 milliseconds