Searched defs:cchKey (Results 1 - 3 of 3) sorted by relevance

/vbox/src/bldprogs/
H A Dscmsubversion.cpp802 size_t cchKey; local
806 || !scmSvnReadNumber(&pchLine[2], cchLine - 2, &cchKey)
807 || cchKey == 0
808 || cchKey > 4096)
820 bool fMatch = cchName == cchKey;
830 if (RT_FAILURE(ScmStreamSeekAbsolute(&Stream, offKey + cchKey)))
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxInternalManage.cpp298 size_t cchKey = RTStrPrintf(szKey, sizeof(szKey), "%#x", i); local
304 && ( psz[cchKey] == ' '
305 || !psz[cchKey])
308 psz = strstr(psz + cchKey, szKey);
351 size_t cchKey = strlen(pszKey);
357 && ( psz[cchKey] == ' '
358 || !psz[cchKey])
361 psz = strstr(psz + cchKey, pszKey);
366 char *pszNext = RTStrStripL(psz + cchKey);
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl.cpp4289 size_t cchKey = 0; local
4300 cchKey = psz - pszKeyStart;
4312 if (cchKey && cchVal)
4314 *ppszKey = RTStrDupN(pszKeyStart, cchKey);

Completed in 78 milliseconds