Searched refs:ofdlist (Results 1 – 1 of 1) sorted by relevance
/external/python/cpython2/Modules/ |
D | selectmodule.c | 199 PyObject *ifdlist, *ofdlist, *efdlist; in select_select() local 211 &ifdlist, &ofdlist, &efdlist, &tout)) in select_select() 258 if ((omax=seq2set(ofdlist, &ofdset, wfd2obj)) < 0) in select_select() 285 ofdlist = set2list(&ofdset, wfd2obj); in select_select() 290 ret = PyTuple_Pack(3, ifdlist, ofdlist, efdlist); in select_select() 293 Py_DECREF(ofdlist); in select_select()
|