Lines Matching defs:pszScript
2698 * @param pszScript The script to execute.
2700 static void tstVDIoScriptExec(const char *pszName, const char *pszScript)
2758 rc = VDScriptCtxLoadScript(hScriptCtx, pszScript);
2796 char *pszScript = RTStrDupN((char *)pvFile, cbFile);
2799 AssertPtr(pszScript);
2800 tstVDIoScriptExec(pcszFilename, pszScript);
2801 RTStrFree(pszScript);
2836 char *pszScript = RTStrDupN((const char *)g_aVDIoTests[i].pch, g_aVDIoTests[i].cb);
2838 AssertPtr(pszScript);
2839 tstVDIoScriptExec(g_aVDIoTests[i].pszName, pszScript);