Home
last modified time | relevance | path

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

/external/python/cpython2/PC/
D_winreg.c1562 PyObject *obSubKey; in PySetValue() local
1565 &obSubKey, in PySetValue()
1581 if (obSubKey == Py_None) in PySetValue()
1584 subKey = PyString_AsString(obSubKey); in PySetValue()