Home
last modified time | relevance | path

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

/external/python/cpython2/PC/
D_winreg.c1561 PyObject *obSubKey; in PySetValue() local
1564 &obSubKey, in PySetValue()
1580 if (obSubKey == Py_None) in PySetValue()
1583 subKey = PyString_AsString(obSubKey); in PySetValue()