Searched defs:idn_delimitermap_t (Results 1 - 1 of 1) sorted by relevance

/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/include/idn/
H A Ddelimitermap.h63 typedef struct idn_delimitermap *idn_delimitermap_t; typedef in typeref:struct:idn_delimitermap
73 idn_delimitermap_create(idn_delimitermap_t *ctxp);
81 idn_delimitermap_destroy(idn_delimitermap_t ctx);
88 idn_delimitermap_incrref(idn_delimitermap_t ctx);
99 idn_delimitermap_add(idn_delimitermap_t ctx, unsigned long delimiter);
102 idn_delimitermap_addall(idn_delimitermap_t ctx, unsigned long *delimiters,
116 idn_delimitermap_map(idn_delimitermap_t ctx, const unsigned long *from,

Completed in 8 milliseconds