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

/bind-9.11.3/lib/isc/tests/
H A Dheap_test.c30 struct e *e1 = p1; local
33 return (ISC_TF(e1->value < e2->value));
51 struct e e1 = { 100, 0 }; local
62 isc_heap_insert(heap, &e1);
64 ATF_REQUIRE_EQ(e1.index, 1);
66 isc_heap_delete(heap, e1.index);
67 ATF_CHECK_EQ(e1.index, 0);
/bind-9.11.3/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.11.3/unit/atf-src/atf-c/detail/
H A Dlist.c372 struct list_entry *e1, *e2, *ghost1, *ghost2; local
377 e1 = ghost1->m_prev;
383 e1->m_next = e2;
384 e2->m_prev = e1;
/bind-9.11.3/lib/dns/
H A Dportlist.c54 const dns_element_t *e1 = (const dns_element_t *)arg1; local
57 if (e1->port < e2->port)
59 if (e1->port > e2->port)
H A Dopensslrsa_link.c886 const BIGNUM *e1 = NULL, *e2 = NULL; local
919 RSA_get0_key(rsa1, &n1, &e1, &d1);
921 status = BN_cmp(n1, n2) || BN_cmp(e1, e2);
1421 const BIGNUM *e1 = NULL, *e2 = NULL; local
1428 RSA_get0_key(rsa, &n1, &e1, NULL);
1437 if (e1 != NULL) {
1438 if (BN_cmp(e1, e2) != 0)
1450 RSA_get0_key(rsa, &n1, &e1, NULL);
1451 if (n1 == NULL || e1 == NULL)
/bind-9.11.3/bin/dnssec/
H A Ddnssectool.c707 struct nsec3_chain_fixed *e1 = arg1, *e2 = arg2; local
713 if (e1->hash < e2->hash)
715 if (e1->hash > e2->hash)
717 if (e1->iterations < e2->iterations)
719 if (e1->iterations > e2->iterations)
721 if (e1->salt_length < e2->salt_length)
723 if (e1->salt_length > e2->salt_length)
725 if (e1->next_length < e2->next_length)
727 if (e1->next_length > e2->next_length)
729 len = e1
736 chain_equal(struct nsec3_chain_fixed *e1, struct nsec3_chain_fixed *e2) argument
[all...]
/bind-9.11.3/lib/bind9/
H A Dcheck.c2704 const cfg_listelt_t *e1, *e2; local
2726 for (e1 = cfg_list_first(servers); e1 != NULL; e1 = cfg_list_next(e1)) {
2727 v1 = cfg_listelt_value(e1);
2757 e2 = e1;

Completed in 31 milliseconds