Searched refs:compare (Results 1 - 10 of 10) sorted by relevance
/bind-9.6-ESV-R11/lib/isc/ |
H A D | heap.c | 60 ! 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 D | heap.h | 55 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 D | idnconf.tcl | 247 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 D | diff.h | 229 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 D | portlist.c | 62 compare(const void *arg1, const void *arg2) { function 181 qsort(portlist->list, portlist->active, sizeof(*el), compare); 207 sizeof(*el), compare);
|
H A D | dst_internal.h | 161 isc_boolean_t (*compare)(const dst_key_t *key1, const dst_key_t *key2); member in struct:dst_func
|
H A D | diff.c | 498 dns_diff_sort(dns_diff_t *diff, dns_diff_compare_func *compare) { argument 520 qsort(v, length, sizeof(v[0]), compare);
|
H A D | dst_api.c | 787 key1->func->compare != NULL && 788 key1->func->compare(key1, key2) == ISC_TRUE)
|
/bind-9.6-ESV-R11/unit/atf-src/atf-run/ |
H A D | test-program.cpp | 547 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 D | atf-check.cpp | 234 bool negated = (arg.compare(0, 4, "not-") == 0); 284 const bool negated = (arg.compare(0, 4, "not-") == 0);
|
Completed in 28 milliseconds