Searched refs:ucs (Results 1 - 3 of 3) sorted by relevance
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/lib/ |
H A D | filemapper.c | 69 unsigned long *ucs; member in struct:ucsbuf 153 r = idn_ucsmap_map(ctx->map, *from, ub.ucs, ub.size, &ub.len); 169 memcpy(to, ub.ucs, sizeof(*to) * ub.len); 194 b->ucs = b->local; 204 if (b->ucs == b->local) { 205 b->ucs = malloc(sizeof(unsigned long) * b->size); 206 if (b->ucs == NULL) 208 memcpy(b->ucs, b->local, sizeof(b->local)); 210 newbuf = realloc(b->ucs, sizeof(unsigned long) * b->size); 213 b->ucs [all...] |
H A D | ucsmap.c | 76 unsigned long ucs; /* code point to be mapped */ member in struct:__anon51 168 idn_ucsmap_add(idn_ucsmap_t ctx, unsigned long ucs, argument 176 TRACE(("idn_ucsmap_add(ucs=U+%lX, maplen=%u)\n", ucs, maplen)); 202 e->hidx = ucsmap_hash(ucs); 204 e->ucs = ucs; 294 if (v < e[mid].ucs) 296 else if (v > e[mid].ucs) 374 else if (e1->ucs < e [all...] |
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/include/idn/ |
H A D | ucsmap.h | 90 * 'ucs' is the character to be mapped, 'map' points an array of mapped 101 idn_ucsmap_add(idn_ucsmap_t ctx, unsigned long ucs, unsigned long *map,
|
Completed in 15 milliseconds