Home | History | Annotate | Download | only in Frontend

Lines Matching defs:subKey

249   const char* subKey = NULL;
257 subKey = keyPath + 18;
260 subKey = keyPath + 11;
263 subKey = keyPath + 19;
266 subKey = keyPath + 18;
271 const char *placeHolder = strstr(subKey, "$VERSION");
279 while ((keyEnd > subKey) && (*keyEnd != '\\'))
284 size_t partialKeyLength = keyEnd - subKey;
288 strncpy(partialKey, subKey, partialKeyLength);
337 lResult = RegOpenKeyEx(hRootKey, subKey, 0, KEY_READ, &hKey);