Lines Matching refs:keyBuf
160 char *keyBuf; in getpythonregpath() local
166 … keyBuf = alloca(sizeof(keyPrefix)-1 + versionLen + sizeof(keySuffix)); // chars only, plus 1 NULL. in getpythonregpath()
168 memcpy(keyBuf, keyPrefix, sizeof(keyPrefix)-1); in getpythonregpath()
169 memcpy(keyBuf+sizeof(keyPrefix)-1, PyWin_DLLVersionString, versionLen); in getpythonregpath()
170 …memcpy(keyBuf+sizeof(keyPrefix)-1+versionLen, keySuffix, sizeof(keySuffix)); // NULL comes with th… in getpythonregpath()
173 keyBuf, in getpythonregpath()
188 char keyBuf[MAX_PATH+1]; in getpythonregpath() local
194 index, keyBuf, MAX_PATH+1); in getpythonregpath()
196 rc = RegQueryValue(newKey, keyBuf, NULL, &reqdSize); in getpythonregpath()
210 index, keyBuf,MAX_PATH+1); in getpythonregpath()
213 keyBuf, dataBuf+off, &reqdSize); in getpythonregpath()