Home
last modified time | relevance | path

Searched refs:reqdSize (Results 1 – 1 of 1) sorted by relevance

/third_party/python/PC/
Dgetpathp.c400 DWORD reqdSize = MAX_PATH+1; in getpythonregpath() local
402 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()