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

/bind-9.11.3/contrib/idn/idnkit-1.0-src/lib/
H A Dutf8.c101 /* .. and the rest. */
118 int rest; local
165 rest = width - 1;
166 while (rest-- > 0) {
H A Dpunycode.c291 int limit = -1, rest; local
316 for (uidx = 0, rest = ucsdone; uidx <= limit; uidx++) {
319 rest--;
335 delta += rest + 1;
/bind-9.11.3/lib/isccc/
H A Dalist.c127 isccc_sexpr_t *car, *caar, *rest, *prev; local
132 rest = CDR(alist);
133 while (rest != NULL) {
134 INSIST(rest->type == ISCCC_SEXPRTYPE_DOTTEDPAIR);
135 car = CAR(rest);
140 CDR(prev) = CDR(rest);
141 CDR(rest) = NULL;
142 isccc_sexpr_free(&rest);
145 prev = rest;
146 rest
[all...]
/bind-9.11.3/lib/irs/
H A Dgetaddrinfo.c863 gai_resstate_t *rest; local
865 for (rest = ISC_LIST_NEXT(resstate, link);
866 rest != NULL;
867 rest = ISC_LIST_NEXT(rest, link)) {
868 if (rest->trans4 != NULL &&
869 rest->trans4->xid != NULL)
871 rest->trans4->xid);
872 if (rest->trans6 != NULL &&
873 rest
[all...]

Completed in 14 milliseconds