Searched refs:cVars (Results 1 - 10 of 10) sorted by relevance

/vbox/src/VBox/Runtime/generic/
H A Denv-generic.cpp93 size_t cVars; member in struct:RTENVINTERNAL
149 pIntEnv->cVars = 0;
191 size_t iVar = pIntEnv->cVars;
223 size_t cVars; local
232 cVars = 0;
243 while (papwszEnv[cVars])
244 cVars++;
248 while (papszEnv[cVars])
249 cVars++;
266 cVars
857 uint32_t cVars = (uint32_t)pIntEnv->cVars; local
[all...]
/vbox/src/VBox/ValidationKit/testboxscript/
H A DTestBoxHelper.cpp147 uint32_t cVars = RTEnvCountEx(hEnv); local
148 for (uint32_t iVar = 0; iVar < cVars; iVar++)
/vbox/src/VBox/Debugger/
H A DDBGCCommands.cpp1587 for (unsigned iVar = 0; iVar < pDbgc->cVars; iVar++)
1618 if (!(pDbgc->cVars % 0x20))
1620 void *pv = RTMemRealloc(pDbgc->papVars, (pDbgc->cVars + 0x20) * sizeof(pDbgc->papVars[0]));
1628 pDbgc->papVars[pDbgc->cVars++] = pVar;
1654 for (unsigned iVar = 0; iVar < pDbgc->cVars; iVar++)
1662 if (iVar + 1 < pDbgc->cVars)
1665 (pDbgc->cVars - iVar - 1) * sizeof(pDbgc->papVars[0]));
1666 pDbgc->papVars[--pDbgc->cVars] = NULL;
1735 for (unsigned iVar = 0; iVar < pDbgc->cVars; iVar++)
H A DDBGCInternal.h155 unsigned cVars; member in struct:DBGC
H A DDBGCOps.cpp430 for (unsigned iVar = 0; iVar < pDbgc->cVars; iVar++)
H A DDBGCEmulateCodeView.cpp3471 * @param cVars The number of variables.
3473 int dbgcVarsToBytes(PDBGCCMDHLP pCmdHlp, void *pvBuf, uint32_t *pcbBuf, size_t cbUnit, PCDBGCVAR paVars, unsigned cVars) argument
3486 for (i = 0; i < cVars && u.pu8 < uEnd.pu8; i++)
3585 if (i != cVars)
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Doaidl.idl401 WORD cVars;
H A Doaidl.h486 WORD cVars; member in struct:tagTYPEATTR
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Doaidl.idl390 WORD cVars;
H A Doaidl.h486 WORD cVars; member in struct:tagTYPEATTR

Completed in 88 milliseconds