Home
last modified time | relevance | path

Searched refs:bindptr (Results 1 – 1 of 1) sorted by relevance

/PHP-8.2/ext/com_dotnet/
H A Dcom_handlers.c322 BINDPTR bindptr; in com_method_get() local
331 if (SUCCEEDED(ITypeComp_Bind(comp, olename, lhash, INVOKE_FUNC, &TI, &kind, &bindptr))) { in com_method_get()
334 f.arg_info = ecalloc(bindptr.lpfuncdesc->cParams, sizeof(zend_arg_info)); in com_method_get()
336 for (i = 0; i < bindptr.lpfuncdesc->cParams; i++) { in com_method_get()
337 …bool by_ref = (bindptr.lpfuncdesc->lprgelemdescParam[i].paramdesc.wParamFlags & PARAMFLAG_FOUT) !=… in com_method_get()
341 f.num_args = bindptr.lpfuncdesc->cParams; in com_method_get()
343 ITypeInfo_ReleaseFuncDesc(TI, bindptr.lpfuncdesc); in com_method_get()
349 ITypeInfo_ReleaseVarDesc(TI, bindptr.lpvardesc); in com_method_get()
352 ITypeComp_Release(bindptr.lptcomp); in com_method_get()

Completed in 5 milliseconds