Skip to Content.
Sympa Menu

freetds - RE: [freetds] TDSICONVINFO **iconv_info

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "ZIGLIO Frediano" <Frediano.Ziglio AT vodafone.com>
  • To: "FreeTDS Development Group" <freetds AT lists.ibiblio.org>
  • Subject: RE: [freetds] TDSICONVINFO **iconv_info
  • Date: Mon, 20 Oct 2003 17:43:14 +0200

> >
> > Freddy, I don't understand this change:
> >
> > - TDSICONVINFO *iconv_info;
> > + TDSICONVINFO **iconv_info;
> >
> > I like an array of structures better than an array of
> > pointers. I couldn't find anywhere in the code where the
> > second level of indirection made something possible/easier.
> > Can you show me where that's the case?
> >
> > I know you're concerned about invalidating references to
> > elements in the iconv_info array when it's reallocated, but
> > I'm quite sure that can be avoided without making the data
> > structure more complex.
> >

Aehmm... I should have readed better the first mail... yes, intention is
to avoid reallocation...
This solution seem quite easier for me... I know we allocate many
dinamic buffers but I didn't find another better solution.

freddy77




Archive powered by MHonArc 2.6.24.

Top of Page