Searched refs:keySuffix (Results 1 – 4 of 4) sorted by relevance
25 const char keySuffix[] = "\\Modules\\"; in PyWin_FindRegisteredModule() local45 sizeof(keySuffix) + in PyWin_FindRegisteredModule()
233 static const TCHAR keySuffix[] = _T("\\PythonPath"); in getpythonregpath() local245 sizeof(keySuffix)); in getpythonregpath()253 memcpy(keyBufPtr, keySuffix, sizeof(keySuffix)); in getpythonregpath()
158 const char keySuffix[] = "\\PythonPath"; in getpythonregpath() local166 … keyBuf = alloca(sizeof(keyPrefix)-1 + versionLen + sizeof(keySuffix)); // chars only, plus 1 NULL. in getpythonregpath()170 …memcpy(keyBuf+sizeof(keyPrefix)-1+versionLen, keySuffix, sizeof(keySuffix)); // NULL comes with th… in getpythonregpath()
347 static const WCHAR keySuffix[] = L"\\PythonPath"; in getpythonregpath() local359 sizeof(keySuffix); in getpythonregpath()370 memcpy(keyBufPtr, keySuffix, sizeof(keySuffix)); in getpythonregpath()