Searched refs:reqdSize (Results 1 – 1 of 1) sorted by relevance
400 DWORD reqdSize = MAX_PATH+1; in getpythonregpath() local402 DWORD rc = RegEnumKeyExW(newKey, index, keyBuf, &reqdSize, in getpythonregpath()417 RegQueryValueExW(subKey, NULL, 0, NULL, NULL, &reqdSize); in getpythonregpath()418 if (reqdSize) { in getpythonregpath()419 ppPaths[index] = PyMem_RawMalloc(reqdSize); in getpythonregpath()423 &reqdSize); in getpythonregpath()424 dataSize += reqdSize + 1; /* 1 for the ";" */ in getpythonregpath()