Searched refs:ucsmap_entry_t (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/bind9-45.100/bind9/contrib/idn/idnkit-1.0-src/lib/
H A Ducsmap.c78 } ucsmap_entry_t; typedef in typeref:struct:__anon6467
86 ucsmap_entry_t *entry; /* sorted by code point */
103 ucsmap_entry_t *entries; /* array of entries */
171 ucsmap_entry_t *e;
172 ucsmap_entry_t *newbuf;
224 ucsmap_entry_t *e;
247 qsort(ctx->entries, ctx->nentries, sizeof(ucsmap_entry_t), comp_entry);
269 ucsmap_entry_t *e;
367 const ucsmap_entry_t *e1 = v1;
368 const ucsmap_entry_t *e
[all...]

Completed in 110 milliseconds