Searched refs:VDSCRIPTCTX (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Storage/testcase/
H A DVDScript.h21 typedef struct VDSCRIPTCTXINT *VDSCRIPTCTX; typedef in typeref:struct:VDSCRIPTCTXINT
23 typedef VDSCRIPTCTX *PVDSCRIPTCTX;
157 DECLHIDDEN(void) VDScriptCtxDestroy(VDSCRIPTCTX hScriptCtx);
168 DECLHIDDEN(int) VDScriptCtxCallbacksRegister(VDSCRIPTCTX hScriptCtx, PCVDSCRIPTCALLBACK paCallbacks,
178 DECLHIDDEN(int) VDScriptCtxLoadScript(VDSCRIPTCTX hScriptCtx, const char *pszScript);
189 DECLHIDDEN(int) VDScriptCtxCallFn(VDSCRIPTCTX hScriptCtx, const char *pszFnCall,
218 DECLHIDDEN(int) VDScriptCtxAsRegister(VDSCRIPTCTX hScriptCtx, const char *pszType, VDSCRIPTTYPE enmBaseType,
H A DVDScript.cpp2893 DECLHIDDEN(void) VDScriptCtxDestroy(VDSCRIPTCTX hScriptCtx)
2916 DECLHIDDEN(int) VDScriptCtxCallbacksRegister(VDSCRIPTCTX hScriptCtx, PCVDSCRIPTCALLBACK paCallbacks,
2969 DECLHIDDEN(int) VDScriptCtxLoadScript(VDSCRIPTCTX hScriptCtx, const char *pszScript)
2992 DECLHIDDEN(int) VDScriptCtxCallFn(VDSCRIPTCTX hScriptCtx, const char *pszFnCall,
H A DtstVDIo.cpp2750 VDSCRIPTCTX hScriptCtx = NULL;

Completed in 60 milliseconds