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

/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/lib/
H A Ducsmap.c367 const ucsmap_entry_t *e1 = v1; 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
381 e1 = ghost1->m_prev;
387 e1->m_next = e2;
388 e2->m_prev = e1;
/bind-9.6-ESV-R11/lib/dns/
H A Dportlist.c63 const dns_element_t *e1 = (const dns_element_t *)arg1; 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
1630 for (e1 = cfg_list_first(servers); e1 != NULL; e1 = cfg_list_next(e1)) {
1631 v1 = cfg_listelt_value(e1);
1661 e2 = e1;

Completed in 18 milliseconds