Lines Matching defs:rc
31 #define PyErr_SetFromWindowsErrWithFunction(rc, fnname) \ argument
613 LONG rc; in PyHKEY_Close() local
687 long rc = RegCloseKey((HKEY)PyInt_AsLong(obHandle)); in PyWinObject_CloseHKEY() local
694 long rc = RegCloseKey((HKEY)PyLong_AsVoidPtr(obHandle)); in PyWinObject_CloseHKEY() local
1021 long rc; in PyConnectRegistry() local
1027 rc = RegConnectRegistry(szCompName, hKey, &retKey); in PyConnectRegistry() local
1042 long rc; in PyCreateKey() local
1062 long rc; in PyCreateKeyEx() local
1082 long rc; in PyDeleteKey() local
1103 long rc; in PyDeleteKeyEx() local
1125 rc = (*pfn)(hKey, subKey, sam, res); in PyDeleteKeyEx() local
1140 long rc; in PyDeleteValue() local
1146 rc = RegDeleteValue(hKey, subKey); in PyDeleteValue() local
1161 long rc; in PyEnumKey() local
1179 rc = RegEnumKeyEx(hKey, index, tmpbuf, &len, NULL, NULL, NULL, NULL); in PyEnumKey() local
1194 long rc; in PyEnumValue() local
1230 rc = RegEnumValue(hKey, in PyEnumValue() local
1279 DWORD rc; in PyExpandEnvironmentStrings() local
1311 long rc; in PyFlushKey() local
1317 rc = RegFlushKey(hKey); in PyFlushKey() local
1332 long rc; in PyLoadKey() local
1338 rc = RegLoadKey(hKey, subKey, fileName ); in PyLoadKey() local
1355 long rc; in PyOpenKey() local
1364 rc = RegOpenKeyEx(hKey, subKey, res, sam, &retKey); in PyOpenKey() local
1377 long rc; in PyQueryInfoKey() local
1407 long rc; in PyQueryValue() local
1470 long rc; in PyQueryValueEx() local
1532 long rc; in PySaveKey() local
1542 rc = RegSaveKey(hKey, fileName, pSA ); in PySaveKey() local
1559 long rc; in PySetValue() local
1588 rc = RegSetValue(hKey, subKey, REG_SZ, str, len+1); in PySetValue() local
1608 LONG rc; in PySetValueEx() local
1627 rc = RegSetValueEx(hKey, valueName, 0, typ, data, len); in PySetValueEx() local
1645 LONG rc; in PyDisableReflectionKey() local
1664 rc = (*pfn)(hKey); in PyDisableReflectionKey() local
1681 LONG rc; in PyEnableReflectionKey() local
1700 rc = (*pfn)(hKey); in PyEnableReflectionKey() local
1718 LONG rc; in PyQueryReflectionKey() local
1737 rc = (*pfn)(hKey, &result); in PyQueryReflectionKey() local