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

/vbox/src/VBox/Runtime/common/misc/
H A Dgetoptargv.cpp394 if (RT_UNLIKELY(off + 1 >= cbCmdLineAlloc)) { \
395 rc = rtGetOptArgvToStringGrow(&pszCmdLine, &cbCmdLineAlloc, 1); \
402 if (RT_UNLIKELY(off + (cch) >= cbCmdLineAlloc)) { \
403 rc = rtGetOptArgvToStringGrow(&pszCmdLine, &cbCmdLineAlloc, (cch)); \
417 size_t cbCmdLineAlloc = 256; local

Completed in 39 milliseconds