Lines Matching refs:PyErr_SetFromWindowsErrWithFunction

33 #define PyErr_SetFromWindowsErrWithFunction(rc, fnname) \  macro
414 PyErr_SetFromWindowsErrWithFunction(rc, "RegCloseKey"); in PyHKEY_Close()
487 PyErr_SetFromWindowsErrWithFunction(rc, "RegCloseKey"); in PyWinObject_CloseHKEY()
494 PyErr_SetFromWindowsErrWithFunction(rc, "RegCloseKey"); in PyWinObject_CloseHKEY()
877 PyErr_SetFromWindowsErrWithFunction(rc, "ConnectRegistry"); in winreg_ConnectRegistry_impl()
917 PyErr_SetFromWindowsErrWithFunction(rc, "CreateKey"); in winreg_CreateKey_impl()
968 PyErr_SetFromWindowsErrWithFunction(rc, "CreateKeyEx"); in winreg_CreateKeyEx_impl()
1010 return PyErr_SetFromWindowsErrWithFunction(rc, "RegDeleteKey"); in winreg_DeleteKey_impl()
1057 return PyErr_SetFromWindowsErrWithFunction(rc, "RegDeleteKeyEx"); in winreg_DeleteKeyEx_impl()
1086 return PyErr_SetFromWindowsErrWithFunction(rc, in winreg_DeleteValue_impl()
1131 return PyErr_SetFromWindowsErrWithFunction(rc, "RegEnumKeyEx"); in winreg_EnumKey_impl()
1184 return PyErr_SetFromWindowsErrWithFunction(rc, in winreg_EnumValue_impl()
1227 retVal = PyErr_SetFromWindowsErrWithFunction(rc, in winreg_EnumValue_impl()
1270 return PyErr_SetFromWindowsErrWithFunction(retValueSize, in winreg_ExpandEnvironmentStrings_impl()
1281 return PyErr_SetFromWindowsErrWithFunction(retValueSize, in winreg_ExpandEnvironmentStrings_impl()
1318 return PyErr_SetFromWindowsErrWithFunction(rc, "RegFlushKey"); in winreg_FlushKey_impl()
1367 return PyErr_SetFromWindowsErrWithFunction(rc, "RegLoadKey"); in winreg_LoadKey_impl()
1407 PyErr_SetFromWindowsErrWithFunction(rc, "RegOpenKeyEx"); in winreg_OpenKey_impl()
1467 return PyErr_SetFromWindowsErrWithFunction(rc, "RegQueryInfoKey"); in winreg_QueryInfoKey_impl()
1520 return PyErr_SetFromWindowsErrWithFunction(rc, in winreg_QueryValue_impl()
1545 return PyErr_SetFromWindowsErrWithFunction(rc, in winreg_QueryValue_impl()
1591 return PyErr_SetFromWindowsErrWithFunction(rc, in winreg_QueryValueEx_impl()
1615 return PyErr_SetFromWindowsErrWithFunction(rc, in winreg_QueryValueEx_impl()
1668 return PyErr_SetFromWindowsErrWithFunction(rc, "RegSaveKey"); in winreg_SaveKey_impl()
1747 return PyErr_SetFromWindowsErrWithFunction(rc, "RegSetValue"); in winreg_SetValue_impl()
1824 return PyErr_SetFromWindowsErrWithFunction(rc, in winreg_SetValueEx_impl()
1875 return PyErr_SetFromWindowsErrWithFunction(rc, in winreg_DisableReflectionKey_impl()
1924 return PyErr_SetFromWindowsErrWithFunction(rc, in winreg_EnableReflectionKey_impl()
1972 return PyErr_SetFromWindowsErrWithFunction(rc, in winreg_QueryReflectionKey_impl()