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

/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/lib/
H A Ducsmap.c368 const ucsmap_entry_t *e2 = v2; local
370 if (e1->hidx < e2->hidx)
372 else if (e1->hidx > e2->hidx)
374 else if (e1->ucs < e2->ucs)
376 else if (e1->ucs > e2->ucs)
/bind-9.6-ESV-R11/unit/atf-src/atf-c/detail/
H A Dlist.c376 struct list_entry *e1, *e2, *ghost1, *ghost2; local
382 e2 = ghost2->m_next;
387 e1->m_next = e2;
388 e2->m_prev = e1;
/bind-9.6-ESV-R11/lib/dns/
H A Dportlist.c64 const dns_element_t *e2 = (const dns_element_t *)arg2; local
66 if (e1->port < e2->port)
68 if (e1->port > e2->port)
/bind-9.6-ESV-R11/lib/bind9/
H A Dcheck.c1608 const cfg_listelt_t *e1, *e2; local
1661 e2 = e1;
1662 while ((e2 = cfg_list_next(e2)) != NULL) {
1663 v2 = cfg_listelt_value(e2);

Completed in 18 milliseconds