Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython2/Modules/
Dposixmodule.c4665 static PyObject *_PyPopenProcs = NULL; variable
4997 if (!_PyPopenProcs) in _PyPopen()
4999 _PyPopenProcs = PyDict_New(); in _PyPopen()
5002 if (_PyPopenProcs) in _PyPopen()
5022 ins_rc[0] = PyDict_SetItem(_PyPopenProcs, in _PyPopen()
5029 ins_rc[1] = PyDict_SetItem(_PyPopenProcs, in _PyPopen()
5038 ins_rc[2] = PyDict_SetItem(_PyPopenProcs, in _PyPopen()
5053 PyDict_DelItem(_PyPopenProcs, in _PyPopen()
5058 PyDict_DelItem(_PyPopenProcs, in _PyPopen()
5063 PyDict_DelItem(_PyPopenProcs, in _PyPopen()
[all …]