lpfuncdesc        309 ext/com_dotnet/com_handlers.c 							f.arg_info = ecalloc(bindptr.lpfuncdesc->cParams, sizeof(zend_arg_info));
lpfuncdesc        311 ext/com_dotnet/com_handlers.c 							for (i = 0; i < bindptr.lpfuncdesc->cParams; i++) {
lpfuncdesc        313 ext/com_dotnet/com_handlers.c 								if (bindptr.lpfuncdesc->lprgelemdescParam[i].paramdesc.wParamFlags & PARAMFLAG_FOUT) {
lpfuncdesc        318 ext/com_dotnet/com_handlers.c 							f.num_args = bindptr.lpfuncdesc->cParams;
lpfuncdesc        320 ext/com_dotnet/com_handlers.c 							ITypeInfo_ReleaseFuncDesc(TI, bindptr.lpfuncdesc);