Lines Matching defs:mapper
70 #include <idn/mapper.h>
114 idn_mapper_t mapper;
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) {
616 if (ctx->mapper != NULL)
617 idn_mapper_destroy(ctx->mapper);
618 ctx->mapper = mapper;
619 if (mapper != NULL)
620 idn_mapper_incrref(ctx->mapper);
684 idn_mapper_t mapper = NULL;
725 r = idn_mapper_create(&mapper);
741 r = idn_mapper_add(mapper, version);
760 idn_resconf_setmapper(ctx, mapper);
769 idn_mapper_destroy(mapper);
778 if (mapper != NULL)
779 idn_mapper_destroy(mapper);
934 if (ctx->mapper == NULL) {
935 r = idn_mapper_create(&(ctx->mapper));
940 r = idn_mapper_addall(ctx->mapper, names, nnames);
1198 ERROR(("libidnkit: cannot create local mapper, %s, "
1235 * Set mapper.
1237 r = idn_mapper_create(&ctx->mapper);
1239 ERROR(("libidnkit: cannot create mapper, %s, line %d\n",
1244 r = idn_mapper_add(ctx->mapper, argv[0]);
1441 ERROR(("libidnkit: cannot create delimiter mapper, %s\n",