Searched refs:PyErr_SetFromWindowsErrWithFunction (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/python/cpython3/PC/ |
D | winreg.c | 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() [all …]
|
/aosp_15_r20/external/python/cpython2/PC/ |
D | _winreg.c | 31 #define PyErr_SetFromWindowsErrWithFunction(rc, fnname) \ macro 624 PyErr_SetFromWindowsErrWithFunction(rc, "RegCloseKey"); in PyHKEY_Close() 690 PyErr_SetFromWindowsErrWithFunction(rc, "RegCloseKey"); in PyWinObject_CloseHKEY() 697 PyErr_SetFromWindowsErrWithFunction(rc, "RegCloseKey"); in PyWinObject_CloseHKEY() 1030 return PyErr_SetFromWindowsErrWithFunction(rc, in PyConnectRegistry() 1049 return PyErr_SetFromWindowsErrWithFunction(rc, "CreateKey"); in PyCreateKey() 1072 return PyErr_SetFromWindowsErrWithFunction(rc, "CreateKeyEx"); in PyCreateKeyEx() 1089 return PyErr_SetFromWindowsErrWithFunction(rc, "RegDeleteKey"); in PyDeleteKey() 1129 return PyErr_SetFromWindowsErrWithFunction(rc, "RegDeleteKeyEx"); in PyDeleteKeyEx() 1149 return PyErr_SetFromWindowsErrWithFunction(rc, in PyDeleteValue() [all …]
|