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

/vbox/src/VBox/HostDrivers/Support/testcase/
H A DtstNtQueryStuff.cpp323 } StrBuf; local
324 RT_ZERO(StrBuf);
325 StrBuf.UniStr.Length = UNICODE_STRING_MAX_CHARS * 2;
326 StrBuf.UniStr.MaximumLength = UNICODE_STRING_MAX_CHARS * 2;
327 StrBuf.UniStr.Buffer = &StrBuf.awBuffer[0];
331 &StrBuf, sizeof(StrBuf), &cbActual);
335 StrBuf.UniStr.Length, StrBuf
[all...]
/vbox/src/bldprogs/
H A DVBoxCPP.cpp147 VBCPPSTRBUF StrBuf; member in struct:VBCPPMACROEXP
1577 vbcppStrBufInit(&ExpCtx.StrBuf, pThis);
1578 rcExit = vbcppStrBufAppendN(&ExpCtx.StrBuf, pchDefine, cchDefine);
1589 int rc = ScmStreamWrite(&pThis->StrmOutput, ExpCtx.StrBuf.pszBuf, ExpCtx.StrBuf.cchBuf);
1699 && !RT_C_IS_SPACE(pExp->StrBuf.pszBuf[off - 1]);
1700 bool const fTrailingSpace = off + cchToReplace < pExp->StrBuf.cchBuf
1701 && !RT_C_IS_SPACE(pExp->StrBuf.pszBuf[off + cchToReplace]);
1712 size_t cbMinBuf = offMore + pExp->StrBuf.cchBuf + 1;
1713 RTEXITCODE rcExit = vbcppStrBufGrow(&pExp->StrBuf, cbMinBu
[all...]

Completed in 49 milliseconds