Lines Matching refs:Py_UNICODE

141                             const Py_UNICODE *computer_name, HKEY key);
147 const Py_UNICODE *computer_name; in winreg_ConnectRegistry()
188 winreg_CreateKey_impl(PyObject *module, HKEY key, const Py_UNICODE *sub_key);
195 const Py_UNICODE *sub_key; in winreg_CreateKey()
242 const Py_UNICODE *sub_key, int reserved,
252 const Py_UNICODE *sub_key; in winreg_CreateKeyEx()
293 winreg_DeleteKey_impl(PyObject *module, HKEY key, const Py_UNICODE *sub_key);
300 const Py_UNICODE *sub_key; in winreg_DeleteKey()
342 const Py_UNICODE *sub_key, REGSAM access,
352 const Py_UNICODE *sub_key; in winreg_DeleteKeyEx()
381 winreg_DeleteValue_impl(PyObject *module, HKEY key, const Py_UNICODE *value);
388 const Py_UNICODE *value; in winreg_DeleteValue()
496 const Py_UNICODE *string);
502 const Py_UNICODE *string; in winreg_ExpandEnvironmentStrings()
585 winreg_LoadKey_impl(PyObject *module, HKEY key, const Py_UNICODE *sub_key,
586 const Py_UNICODE *file_name);
593 const Py_UNICODE *sub_key; in winreg_LoadKey()
594 const Py_UNICODE *file_name; in winreg_LoadKey()
629 winreg_OpenKey_impl(PyObject *module, HKEY key, const Py_UNICODE *sub_key,
639 const Py_UNICODE *sub_key; in winreg_OpenKey()
681 winreg_OpenKeyEx_impl(PyObject *module, HKEY key, const Py_UNICODE *sub_key,
691 const Py_UNICODE *sub_key; in winreg_OpenKeyEx()
770 winreg_QueryValue_impl(PyObject *module, HKEY key, const Py_UNICODE *sub_key);
777 const Py_UNICODE *sub_key; in winreg_QueryValue()
809 winreg_QueryValueEx_impl(PyObject *module, HKEY key, const Py_UNICODE *name);
816 const Py_UNICODE *name; in winreg_QueryValueEx()
853 winreg_SaveKey_impl(PyObject *module, HKEY key, const Py_UNICODE *file_name);
860 const Py_UNICODE *file_name; in winreg_SaveKey()
902 winreg_SetValue_impl(PyObject *module, HKEY key, const Py_UNICODE *sub_key,
903 DWORD type, const Py_UNICODE *value,
911 const Py_UNICODE *sub_key; in winreg_SetValue()
913 const Py_UNICODE *value; in winreg_SetValue()
974 const Py_UNICODE *value_name, PyObject *reserved,
982 const Py_UNICODE *value_name; in winreg_SetValueEx()