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

/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/lib/
H A Ducsmap.c106 ucsmap_buf_t *mapdata; /* list of character buffers */ member in struct:idn_ucsmap
136 ctx->mapdata = NULL;
154 if (ctx->mapdata != NULL)
155 free_mapbuf(ctx->mapdata);
332 * If the current buffer (the first one in the ctx->mapdata list)
345 buf->next = ctx->mapdata;
346 ctx->mapdata = buf;
350 p = ctx->mapdata->buf + ctx->mapdata_used;

Completed in 22 milliseconds