Lines Matching refs:tld
116 * Return the mapper for `tld' registered in `ctx', or return NULL if
117 * mapper for `tld' is not registered.
120 idn_mapselector_mapper(idn_mapselector_t ctx, const char *tld);
123 * Add mapping scheme `name' to the mapper for `tld' to the mapselector
125 * function creates a new mapper for `tld', and then adds the given mapping
131 * idn_invalid_name -- the given tld or name is not valid.
135 idn_mapselector_add(idn_mapselector_t ctx, const char *tld, const char *name);
138 idn_mapselector_addall(idn_mapselector_t ctx, const char *tld,
150 * idn_invalid_name -- the given tld is not valid.
154 const char *tld, unsigned long *to, size_t tolen);
158 const unsigned long *tld, unsigned long *to,