Searched refs:compare (Results 1 - 10 of 10) sorted by relevance

/bind-9.6-ESV-R11/lib/isc/
H A Dheap.c60 ! heap->compare(heap->array[(i)], \
71 isc_heapcompare_t compare; member in struct:isc_heap
76 isc_heap_create(isc_mem_t *mctx, isc_heapcompare_t compare, argument
83 REQUIRE(compare != NULL);
98 heap->compare = compare;
150 i > 1 && heap->compare(elt, heap->array[p]) ;
171 if (j < size && heap->compare(heap->array[j+1],
174 if (heap->compare(elt, heap->array[j]))
221 less = heap->compare(el
[all...]
/bind-9.6-ESV-R11/lib/isc/include/isc/
H A Dheap.h55 isc_heap_create(isc_mem_t *mctx, isc_heapcompare_t compare,
65 *\li "compare" is a function which takes two void * arguments and
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/wsock/config/
H A Didnconf.tcl247 if { [string compare $prg $n] == 0 } {
266 if { [string compare $n $prg] == 0 } {
282 if { [string compare $prg "" ] == 0 } {
297 if { [string compare $enc ""] == 0 } {
316 if { [string compare $enc $perprogDef] == 0 } {
358 if {[string compare $file {}] == 0} {
398 if {[string compare $value {}] == 0} {
495 if {[string compare $prgName {}] == 0} {
503 if {[string compare -nocase $prgdir $sysdir] == 0} {
554 if {[string compare
[all...]
/bind-9.6-ESV-R11/lib/dns/include/dns/
H A Ddiff.h229 dns_diff_sort(dns_diff_t *diff, dns_diff_compare_func *compare);
231 * Sort 'diff' in-place according to the comparison function 'compare'.
/bind-9.6-ESV-R11/lib/dns/
H A Dportlist.c62 compare(const void *arg1, const void *arg2) { function
181 qsort(portlist->list, portlist->active, sizeof(*el), compare);
207 sizeof(*el), compare);
H A Ddst_internal.h161 isc_boolean_t (*compare)(const dst_key_t *key1, const dst_key_t *key2); member in struct:dst_func
H A Ddiff.c498 dns_diff_sort(dns_diff_t *diff, dns_diff_compare_func *compare) { argument
520 qsort(v, length, sizeof(v[0]), compare);
H A Ddst_api.c787 key1->func->compare != NULL &&
788 key1->func->compare(key1, key2) == ISC_TRUE)
/bind-9.6-ESV-R11/unit/atf-src/atf-run/
H A Dtest-program.cpp547 else if (state.compare(0, 13, "expected_exit") == 0)
549 else if (state.compare(0, 16, "expected_failure") == 0)
551 else if (state.compare(0, 15, "expected_signal") == 0)
553 else if (state.compare(0, 16, "expected_timeout") == 0)
/bind-9.6-ESV-R11/unit/atf-src/atf-sh/
H A Datf-check.cpp234 bool negated = (arg.compare(0, 4, "not-") == 0);
284 const bool negated = (arg.compare(0, 4, "not-") == 0);

Completed in 28 milliseconds