cParams 303 ext/com_dotnet/com_handlers.c f.arg_info = ecalloc(bindptr.lpfuncdesc->cParams, sizeof(zend_arg_info)); cParams 305 ext/com_dotnet/com_handlers.c for (i = 0; i < bindptr.lpfuncdesc->cParams; i++) { cParams 312 ext/com_dotnet/com_handlers.c f.num_args = bindptr.lpfuncdesc->cParams; cParams 498 ext/com_dotnet/com_typeinfo.c names = (BSTR*)safe_emalloc((func->cParams + 1), sizeof(BSTR), 0); cParams 500 ext/com_dotnet/com_typeinfo.c ITypeInfo_GetNames(typeinfo, func->memid, names, func->cParams + 1, &cnames); cParams 530 ext/com_dotnet/com_typeinfo.c for (j = 0; j < func->cParams; j++) { cParams 559 ext/com_dotnet/com_typeinfo.c j == func->cParams - 1 ? ' ' : ','