Searched refs:mapdata_size (Results 1 - 1 of 1) sorted by relevance

/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/lib/
H A Ducsmap.c107 size_t mapdata_size; /* allocated size of current buffer */ member in struct:idn_ucsmap
137 ctx->mapdata_size = 0;
336 if (ctx->mapdata_used + maplen > ctx->mapdata_size) {
347 ctx->mapdata_size = allocsize;

Completed in 22 milliseconds