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

/vbox/src/VBox/Storage/testcase/
H A DVDScriptInterp.cpp60 typedef struct VDSCRIPTINTERPFNCALL struct
63 struct VDSCRIPTINTERPFNCALL *pCaller;
68 } VDSCRIPTINTERPFNCALL; typedef in typeref:struct:VDSCRIPTINTERPFNCALL
70 typedef VDSCRIPTINTERPFNCALL *PVDSCRIPTINTERPFNCALL;
762 PVDSCRIPTINTERPFNCALL pFnCall = (PVDSCRIPTINTERPFNCALL)RTMemAllocZ(sizeof(VDSCRIPTINTERPFNCALL));

Completed in 45 milliseconds