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

/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/include/idn/
H A Daliaslist.h96 int first_item);
H A Dconverter.h178 * If first_item is 0, alias pattern is placed as the last item of the
187 int first_item);
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/lib/
H A Daliaslist.c68 aliasitem_t first_item; /* first item of the list */ member in struct:idn__aliaslist
99 (*listp)->first_item = NULL;
113 current = list->first_item;
173 int first_item) {
174 if (first_item) {
199 new_item->next = list->first_item;
200 list->first_item = new_item;
227 if (list->first_item == NULL) {
228 list->first_item = new_item;
230 aliasitem_t cur_item = list->first_item;
171 idn__aliaslist_additem(idn__aliaslist_t list, const char *pattern, const char *encoding, int first_item) argument
[all...]
H A Dconverter.c595 int first_item) {
620 first_item);
594 idn_converter_addalias(const char *alias_name, const char *real_name, int first_item) argument

Completed in 12 milliseconds