Home
last modified time | relevance | path

Searched refs:pylist (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Modules/
Dselectmodule.c67 } pylist; typedef
70 reap_obj(pylist fd2obj[FD_SETSIZE + 1]) in reap_obj()
84 seq2set(PyObject *seq, fd_set *set, pylist fd2obj[FD_SETSIZE + 1]) in seq2set()
145 set2list(fd_set *set, pylist fd2obj[FD_SETSIZE + 1]) in set2list()
187 pylist *rfd2obj, *wfd2obj, *efd2obj; in select_select()
195 pylist rfd2obj[FD_SETSIZE + 1]; in select_select()
196 pylist wfd2obj[FD_SETSIZE + 1]; in select_select()
197 pylist efd2obj[FD_SETSIZE + 1]; in select_select()
240 rfd2obj = PyMem_NEW(pylist, FD_SETSIZE + 1); in select_select()
241 wfd2obj = PyMem_NEW(pylist, FD_SETSIZE + 1); in select_select()
[all …]
/external/python/cpython2/Lib/
Dpickletools.py773 pylist = StackObject( variable
1137 stack_after=[pylist],
1144 stack_before=[pylist, anyobject],
1145 stack_after=[pylist],
1158 stack_before=[pylist, markobject, stackslice],
1159 stack_after=[pylist],
1173 stack_after=[pylist],