Lines Matching defs:hScriptCtx
2893 DECLHIDDEN(void) VDScriptCtxDestroy(VDSCRIPTCTX hScriptCtx)
2895 PVDSCRIPTCTXINT pThis = hScriptCtx;
2899 LogFlowFunc(("hScriptCtx=%p\n", pThis));
2916 DECLHIDDEN(int) VDScriptCtxCallbacksRegister(VDSCRIPTCTX hScriptCtx, PCVDSCRIPTCALLBACK paCallbacks,
2920 PVDSCRIPTCTXINT pThis = hScriptCtx;
2922 LogFlowFunc(("hScriptCtx=%p paCallbacks=%p cCallbacks=%u pvUser=%p\n",
2969 DECLHIDDEN(int) VDScriptCtxLoadScript(VDSCRIPTCTX hScriptCtx, const char *pszScript)
2972 PVDSCRIPTCTXINT pThis = hScriptCtx;
2974 LogFlowFunc(("hScriptCtx=%p pszScript=%p\n", pThis, pszScript));
2992 DECLHIDDEN(int) VDScriptCtxCallFn(VDSCRIPTCTX hScriptCtx, const char *pszFnCall,
2995 PVDSCRIPTCTXINT pThis = hScriptCtx;