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

/vbox/src/bldprogs/
H A DVBoxTpG.cpp65 char *pszCtxType; member in struct:VTGARG
995 ScmStreamPrintf(pStrm, ", %s", pArg->pszCtxType);
1817 Assert(!pArg->pszName); Assert(!pArg->pszTracerType); Assert(!pArg->pszCtxType); Assert(!pArg->fType);
1838 pArg->pszCtxType = RTStrDup("RTR0PTR");
1863 pArg->pszCtxType = RTStrDupN(pchType, cchType);
1867 pArg->pszCtxType = RTStrDupN(pchType, cchType);
1868 if (!pArg->pszCtxType)

Completed in 1346 milliseconds