Searched refs:mapper (Results 1 - 6 of 6) sorted by relevance
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/lib/ |
H A D | mapselector.c | 168 idn_mapper_t mapper; local 194 if (idn__strhash_get(ctx->maphash, hash_key, (void **)&mapper) 196 r = idn_mapper_create(&mapper); 200 r = idn__strhash_put(ctx->maphash, hash_key, mapper); 205 r = idn_mapper_add(mapper, name); 238 idn_mapper_t mapper; local 256 mapper = NULL; 257 r = idn__strhash_get(ctx->maphash, hash_key, (void **)&mapper); 261 idn_mapper_incrref(mapper); 263 return (mapper); 270 idn_mapper_t mapper = NULL; local [all...] |
H A D | resconf.c | 70 #include <idn/mapper.h> 114 idn_mapper_t mapper; member in struct:idn_resconf 199 ctx->mapper = NULL; 474 if (ctx->mapper != NULL) 475 idn_mapper_incrref(ctx->mapper); 476 return (ctx->mapper); 611 idn_resconf_setmapper(idn_resconf_t ctx, idn_mapper_t mapper) { argument 616 if (ctx->mapper != NULL) 617 idn_mapper_destroy(ctx->mapper); 618 ctx->mapper 684 idn_mapper_t mapper = NULL; local [all...] |
H A D | res.c | 60 #include <idn/mapper.h> 1308 idn_mapper_t mapper; local 1314 mapper = idn_resconf_getmapper(ctx); 1315 if (mapper == NULL) { 1331 r = idn_mapper_map(mapper, from, to, to_length); 1348 if (mapper != NULL) 1349 idn_mapper_destroy(mapper);
|
H A D | mapper.c | 2 static char *rcsid = "$Id: mapper.c,v 1.1 2003/06/04 00:25:55 marka Exp $"; 57 #include <idn/mapper.h>
|
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/include/idn/ |
H A D | mapselector.h | 60 #include <idn/mapper.h> 116 * Return the mapper for `tld' registered in `ctx', or return NULL if 117 * mapper for `tld' is not registered. 123 * Add mapping scheme `name' to the mapper for `tld' to the mapselector 124 * context `ctx'. If no mapper for `TLD' has not been registered, the 125 * function creates a new mapper for `tld', and then adds the given mapping 126 * scheme to the mapper. Otherwise, it adds the scheme to the mapper for 142 * Map an UCS4 string with the mapper for TLD of the domain name. 143 * If there is no mapper suitabl [all...] |
H A D | resconf.h | 60 #include <idn/mapper.h> 211 idn_resconf_setmapper(idn_resconf_t ctx, idn_mapper_t mapper);
|
Completed in 19 milliseconds