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

/vbox/src/VBox/Storage/testcase/
H A DVDScript.cpp306 static int vdScriptParseStatement(PVDSCRIPTCTXINT pThis, PVDSCRIPTASTSTMT *ppAstNodeStmt);
2523 * @param ppAstNodeStmt Where to store the statement AST node on success.
2525 static int vdScriptParseStatement(PVDSCRIPTCTXINT pThis, PVDSCRIPTASTSTMT *ppAstNodeStmt) argument
2531 rc = vdScriptParseCompoundStatement(pThis, ppAstNodeStmt);
2637 *ppAstNodeStmt = pAstNodeStmt;

Completed in 50 milliseconds