Searched defs:cChars (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Additions/WINNT/SharedFolders/driver/
H A Dnet.c280 int cChars = FilePathName->Length/sizeof(WCHAR); local
301 while (i < cChars)
311 Log(("VBOXSF: MRxExtractNetRootName: cChars %d, iNetRoot %d, iRest %d\n",
312 cChars, iNetRoot, i));
325 RestOfName->Length = (USHORT)((cChars - i) * sizeof(WCHAR));
/vbox/src/VBox/Additions/common/crOpenGL/
H A Dload.c1360 size_t cChars; local
1384 mbstowcs_s(&cChars, g_aszwVBoxMdFilePrefix, g_cVBoxMdFilePrefixLen + 1, env, _TRUNCATE);
1386 Assert(cChars == g_cVBoxMdFilePrefixLen + 1);
1388 g_cVBoxMdFilePrefixLen = cChars - 1;
1401 mbstowcs_s(&cChars, g_aszwVBoxMdFilePrefix + g_cVBoxMdFilePrefixLen, cProcName + 1, procName, _TRUNCATE);
1402 Assert(cChars == cProcName + 1);
1403 g_cVBoxMdFilePrefixLen += cChars - 1;

Completed in 58 milliseconds