HomeSort by: relevance | last modified time | path
    Searched refs:next_ot (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mpl/bind/dist/lib/dns/
diff.c 172 dns_difftuple_t *ot, *next_ot; local
189 for (ot = ISC_LIST_HEAD(diff->tuples); ot != NULL; ot = next_ot) {
190 next_ot = ISC_LIST_NEXT(ot, link);
  /src/external/mpl/dhcp/bind/dist/lib/dns/
diff.c 156 dns_difftuple_t *ot, *next_ot; local
173 for (ot = ISC_LIST_HEAD(diff->tuples); ot != NULL; ot = next_ot) {
174 next_ot = ISC_LIST_NEXT(ot, link);

Completed in 23 milliseconds