Searched refs:compare (Results 1 - 12 of 12) sorted by relevance
/bind-9.11.3/lib/isc/ |
H A D | heap.c | 51 ! heap->compare(heap->array[(i)], \ 62 isc_heapcompare_t compare; member in struct:isc_heap 79 isc_heap_create(isc_mem_t *mctx, isc_heapcompare_t compare, argument 86 REQUIRE(compare != NULL); 101 heap->compare = compare; 153 i > 1 && heap->compare(elt, heap->array[p]) ; 175 if (j < size && heap->compare(heap->array[j+1], 178 if (heap->compare(elt, heap->array[j])) 231 less = heap->compare(el [all...] |
/bind-9.11.3/lib/isc/tests/ |
H A D | heap_test.c | 29 compare(void *p1, void *p2) { function 58 result = isc_heap_create(mctx, compare, idx, 0, &heap);
|
/bind-9.11.3/lib/isc/include/isc/ |
H A D | heap.h | 46 isc_heap_create(isc_mem_t *mctx, isc_heapcompare_t compare, 58 *\li "compare" is a function which takes two void * arguments and
|
/bind-9.11.3/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.11.3/lib/dns/include/dns/ |
H A D | diff.h | 215 dns_diff_sort(dns_diff_t *diff, dns_diff_compare_func *compare); 217 * Sort 'diff' in-place according to the comparison function 'compare'.
|
/bind-9.11.3/lib/dns/ |
H A D | portlist.c | 53 compare(const void *arg1, const void *arg2) { function 172 qsort(portlist->list, portlist->active, sizeof(*el), compare); 198 sizeof(*el), compare);
|
H A D | dst_internal.h | 204 isc_boolean_t (*compare)(const dst_key_t *key1, const dst_key_t *key2); member in struct:dst_func
|
H A D | diff.c | 535 dns_diff_sort(dns_diff_t *diff, dns_diff_compare_func *compare) { argument 557 qsort(v, length, sizeof(v[0]), compare);
|
H A D | dst_api.c | 1099 isc_boolean_t (*compare)(const dst_key_t *key1, 1127 if (compare != NULL) 1128 return (compare(key1, key2)); 1181 return (comparekeys(key1, key2, ISC_FALSE, key1->func->compare));
|
/bind-9.11.3/unit/atf-src/tools/ |
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.11.3/unit/atf-src/atf-sh/ |
H A D | atf-check.cpp | 232 bool negated = (arg.compare(0, 4, "not-") == 0); 282 const bool negated = (arg.compare(0, 4, "not-") == 0);
|
/bind-9.11.3/bin/win32/BINDInstall/ |
H A D | BINDInstallDlg.cpp | 710 if (line.compare("runvcredist") == 0) 712 else if (line.compare("forwin64") == 0)
|
Completed in 33 milliseconds