Searched refs:obKey (Results 1 – 1 of 1) sorted by relevance
/external/python/cpython2/PC/ |
D | _winreg.c | 1005 PyObject *obKey; in PyCloseKey() local 1006 if (!PyArg_ParseTuple(args, "O:CloseKey", &obKey)) in PyCloseKey() 1008 if (!PyHKEY_Close(obKey)) in PyCloseKey() 1018 PyObject *obKey; in PyConnectRegistry() local 1022 if (!PyArg_ParseTuple(args, "zO:ConnectRegistry", &szCompName, &obKey)) in PyConnectRegistry() 1024 if (!PyHKEY_AsHKEY(obKey, &hKey, FALSE)) in PyConnectRegistry() 1039 PyObject *obKey; in PyCreateKey() local 1043 if (!PyArg_ParseTuple(args, "Oz:CreateKey", &obKey, &subKey)) in PyCreateKey() 1045 if (!PyHKEY_AsHKEY(obKey, &hKey, FALSE)) in PyCreateKey() 1057 PyObject *obKey; in PyCreateKeyEx() local [all …]
|