lpfuncdesc 303 ext/com_dotnet/com_handlers.c f.arg_info = ecalloc(bindptr.lpfuncdesc->cParams, sizeof(zend_arg_info)); lpfuncdesc 305 ext/com_dotnet/com_handlers.c for (i = 0; i < bindptr.lpfuncdesc->cParams; i++) { lpfuncdesc 307 ext/com_dotnet/com_handlers.c if (bindptr.lpfuncdesc->lprgelemdescParam[i].paramdesc.wParamFlags & PARAMFLAG_FOUT) { lpfuncdesc 312 ext/com_dotnet/com_handlers.c f.num_args = bindptr.lpfuncdesc->cParams; lpfuncdesc 314 ext/com_dotnet/com_handlers.c ITypeInfo_ReleaseFuncDesc(TI, bindptr.lpfuncdesc);