HomeSort by relevance Sort by last modified time
    Searched refs:PyErr_SetFromWindowsErrWithFunction (Results 1 - 2 of 2) sorted by null

  /external/python/cpython3/PC/
winreg.c 31 #define PyErr_SetFromWindowsErrWithFunction(rc, fnname) \
409 PyErr_SetFromWindowsErrWithFunction(rc, "RegCloseKey");
483 PyErr_SetFromWindowsErrWithFunction(rc, "RegCloseKey");
490 PyErr_SetFromWindowsErrWithFunction(rc, "RegCloseKey");
835 PyErr_SetFromWindowsErrWithFunction(rc, "ConnectRegistry");
870 PyErr_SetFromWindowsErrWithFunction(rc, "CreateKey");
911 PyErr_SetFromWindowsErrWithFunction(rc, "CreateKeyEx");
942 return PyErr_SetFromWindowsErrWithFunction(rc, "RegDeleteKey");
996 return PyErr_SetFromWindowsErrWithFunction(rc, "RegDeleteKeyEx");
1021 return PyErr_SetFromWindowsErrWithFunction(rc
    [all...]
  /external/python/cpython2/PC/
_winreg.c 31 #define PyErr_SetFromWindowsErrWithFunction(rc, fnname) \
624 PyErr_SetFromWindowsErrWithFunction(rc, "RegCloseKey");
690 PyErr_SetFromWindowsErrWithFunction(rc, "RegCloseKey");
697 PyErr_SetFromWindowsErrWithFunction(rc, "RegCloseKey");
    [all...]

Completed in 85 milliseconds