Lines Matching refs:Py_UNICODE
849 computer_name: Py_UNICODE(accept={str, NoneType})
864 const Py_UNICODE *computer_name, HKEY key)
888 sub_key: Py_UNICODE(accept={str, NoneType})
904 winreg_CreateKey_impl(PyObject *module, HKEY key, const Py_UNICODE *sub_key)
932 sub_key: Py_UNICODE(accept={str, NoneType})
953 const Py_UNICODE *sub_key, int reserved,
982 sub_key: Py_UNICODE
997 winreg_DeleteKey_impl(PyObject *module, HKEY key, const Py_UNICODE *sub_key)
1019 sub_key: Py_UNICODE
1043 const Py_UNICODE *sub_key, REGSAM access,
1066 value: Py_UNICODE(accept={str, NoneType})
1074 winreg_DeleteValue_impl(PyObject *module, HKEY key, const Py_UNICODE *value)
1247 string: Py_UNICODE
1255 const Py_UNICODE *string)
1328 sub_key: Py_UNICODE
1330 file_name: Py_UNICODE
1353 winreg_LoadKey_impl(PyObject *module, HKEY key, const Py_UNICODE *sub_key,
1354 const Py_UNICODE *file_name)
1376 sub_key: Py_UNICODE(accept={str, NoneType})
1391 winreg_OpenKey_impl(PyObject *module, HKEY key, const Py_UNICODE *sub_key,
1427 winreg_OpenKeyEx_impl(PyObject *module, HKEY key, const Py_UNICODE *sub_key,
1485 sub_key: Py_UNICODE(accept={str, NoneType})
1502 winreg_QueryValue_impl(PyObject *module, HKEY key, const Py_UNICODE *sub_key)
1560 name: Py_UNICODE(accept={str, NoneType})
1573 winreg_QueryValueEx_impl(PyObject *module, HKEY key, const Py_UNICODE *name)
1632 file_name: Py_UNICODE
1650 winreg_SaveKey_impl(PyObject *module, HKEY key, const Py_UNICODE *file_name)
1677 sub_key: Py_UNICODE(accept={str, NoneType})
1700 winreg_SetValue_impl(PyObject *module, HKEY key, const Py_UNICODE *sub_key,
1756 value_name: Py_UNICODE(accept={str, NoneType})
1797 const Py_UNICODE *value_name, PyObject *reserved,