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

/vbox/src/VBox/Storage/testcase/
H A DVDScript.cpp899 * @param ppAstNodeIde Where to store the identifier AST node on success.
901 static int vdScriptParseIde(PVDSCRIPTCTXINT pThis, PVDSCRIPTASTIDE *ppAstNodeIde) argument
906 LogFlowFunc(("pThis=%p ppAstNodeIde=%p\n", pThis, ppAstNodeIde));
921 *ppAstNodeIde = pAstNodeIde;

Completed in 51 milliseconds