sortbuf_allocated   33 maint/gnulib/lib/uninorm/u-normalize-internal.h   size_t sortbuf_allocated;
sortbuf_allocated   51 maint/gnulib/lib/uninorm/u-normalize-internal.h   sortbuf_allocated = SORTBUF_PREALLOCATED;
sortbuf_allocated  304 maint/gnulib/lib/uninorm/u-normalize-internal.h             if (sortbuf_count == sortbuf_allocated)
sortbuf_allocated  308 maint/gnulib/lib/uninorm/u-normalize-internal.h                 sortbuf_allocated = 2 * sortbuf_allocated;
sortbuf_allocated  309 maint/gnulib/lib/uninorm/u-normalize-internal.h                 if (sortbuf_allocated < sortbuf_count) /* integer overflow? */
sortbuf_allocated  312 maint/gnulib/lib/uninorm/u-normalize-internal.h                   (struct ucs4_with_ccc *) malloc (2 * sortbuf_allocated * sizeof (struct ucs4_with_ccc));
sortbuf_allocated   55 maint/gnulib/lib/uninorm/uninorm-filter.c   size_t sortbuf_allocated;
sortbuf_allocated   76 maint/gnulib/lib/uninorm/uninorm-filter.c   filter->sortbuf_allocated = SORTBUF_PREALLOCATED;
sortbuf_allocated  242 maint/gnulib/lib/uninorm/uninorm-filter.c         if (sortbuf_count == filter->sortbuf_allocated)
sortbuf_allocated  246 maint/gnulib/lib/uninorm/uninorm-filter.c             filter->sortbuf_allocated = 2 * filter->sortbuf_allocated;
sortbuf_allocated  247 maint/gnulib/lib/uninorm/uninorm-filter.c             if (filter->sortbuf_allocated < sortbuf_count) /* integer overflow? */
sortbuf_allocated  251 maint/gnulib/lib/uninorm/uninorm-filter.c               malloc (2 * filter->sortbuf_allocated * sizeof (struct ucs4_with_ccc));