Lines Matching refs:Py_UNICODE
145 const Py_UNICODE *computer_name, HKEY key);
151 const Py_UNICODE *computer_name = NULL;
216 winreg_CreateKey_impl(PyObject *module, HKEY key, const Py_UNICODE *sub_key);
223 const Py_UNICODE *sub_key = NULL;
294 const Py_UNICODE *sub_key, int reserved,
304 const Py_UNICODE *sub_key = NULL;
350 winreg_DeleteKey_impl(PyObject *module, HKEY key, const Py_UNICODE *sub_key);
357 const Py_UNICODE *sub_key = NULL;
421 const Py_UNICODE *sub_key, REGSAM access,
431 const Py_UNICODE *sub_key = NULL;
465 winreg_DeleteValue_impl(PyObject *module, HKEY key, const Py_UNICODE *value);
472 const Py_UNICODE *value = NULL;
616 const Py_UNICODE *string);
622 const Py_UNICODE *string = NULL;
719 winreg_LoadKey_impl(PyObject *module, HKEY key, const Py_UNICODE *sub_key,
720 const Py_UNICODE *file_name);
727 const Py_UNICODE *sub_key = NULL;
728 const Py_UNICODE *file_name = NULL;
798 winreg_OpenKey_impl(PyObject *module, HKEY key, const Py_UNICODE *sub_key,
808 const Py_UNICODE *sub_key = NULL;
855 winreg_OpenKeyEx_impl(PyObject *module, HKEY key, const Py_UNICODE *sub_key,
865 const Py_UNICODE *sub_key = NULL;
949 winreg_QueryValue_impl(PyObject *module, HKEY key, const Py_UNICODE *sub_key);
956 const Py_UNICODE *sub_key = NULL;
1012 winreg_QueryValueEx_impl(PyObject *module, HKEY key, const Py_UNICODE *name);
1019 const Py_UNICODE *name = NULL;
1080 winreg_SaveKey_impl(PyObject *module, HKEY key, const Py_UNICODE *file_name);
1087 const Py_UNICODE *file_name = NULL;
1148 winreg_SetValue_impl(PyObject *module, HKEY key, const Py_UNICODE *sub_key,
1156 const Py_UNICODE *sub_key = NULL;
1223 const Py_UNICODE *value_name, PyObject *reserved,
1231 const Py_UNICODE *value_name = NULL;