Searched defs:_PyPopenProcs (Results 1 - 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
H A Dedk2module.c2795 static PyObject *_PyPopenProcs = NULL; variable
3127 if (!_PyPopenProcs)
3129 _PyPopenProcs = PyDict_New();
3132 if (_PyPopenProcs)
3152 ins_rc[0] = PyDict_SetItem(_PyPopenProcs,
3159 ins_rc[1] = PyDict_SetItem(_PyPopenProcs,
3168 ins_rc[2] = PyDict_SetItem(_PyPopenProcs,
3183 PyDict_DelItem(_PyPopenProcs,
3188 PyDict_DelItem(_PyPopenProcs,
3193 PyDict_DelItem(_PyPopenProcs,
3356 static PyObject *_PyPopenProcs = NULL; variable
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A Dposixmodule.c4385 static PyObject *_PyPopenProcs = NULL; variable
4717 if (!_PyPopenProcs)
4719 _PyPopenProcs = PyDict_New();
4722 if (_PyPopenProcs)
4742 ins_rc[0] = PyDict_SetItem(_PyPopenProcs,
4749 ins_rc[1] = PyDict_SetItem(_PyPopenProcs,
4758 ins_rc[2] = PyDict_SetItem(_PyPopenProcs,
4773 PyDict_DelItem(_PyPopenProcs,
4778 PyDict_DelItem(_PyPopenProcs,
4783 PyDict_DelItem(_PyPopenProcs,
4946 static PyObject *_PyPopenProcs = NULL; variable
[all...]

Completed in 31 milliseconds