d2 134 lib/util/data_blob.c _PUBLIC_ int data_blob_cmp(const DATA_BLOB *d1, const DATA_BLOB *d2) d2 137 lib/util/data_blob.c if (d1->data == NULL && d2->data != NULL) { d2 140 lib/util/data_blob.c if (d1->data != NULL && d2->data == NULL) { d2 143 lib/util/data_blob.c if (d1->data == d2->data) { d2 144 lib/util/data_blob.c return d1->length - d2->length; d2 146 lib/util/data_blob.c ret = memcmp(d1->data, d2->data, MIN(d1->length, d2->length)); d2 148 lib/util/data_blob.c return d1->length - d2->length; d2 94 lib/util/data_blob.h _PUBLIC_ int data_blob_cmp(const DATA_BLOB *d1, const DATA_BLOB *d2); d2 48 source3/client/cifs.upcall.c k5_data_equal(krb5_data d1, krb5_data d2, unsigned int length) d2 54 source3/client/cifs.upcall.c d1.length == d2.length && d2 55 source3/client/cifs.upcall.c memcmp(d1.data, d2.data, length) == 0); d2 2778 source3/modules/getdate.c long d2 = 60 * (long) pc.rel_minutes; d2 2779 source3/modules/getdate.c time_t t2 = t1 + d2; d2 2783 source3/modules/getdate.c | (d2 / 60 ^ pc.rel_minutes) d2 2785 source3/modules/getdate.c | ((t1 + d2 < t1) ^ (d2 < 0)) d2 1077 source3/modules/getdate.y long d2 = 60 * (long) pc.rel_minutes; d2 1078 source3/modules/getdate.y time_t t2 = t1 + d2; d2 1082 source3/modules/getdate.y | (d2 / 60 ^ pc.rel_minutes) d2 1084 source3/modules/getdate.y | ((t1 + d2 < t1) ^ (d2 < 0)) d2 5714 source3/torture/torture.c DATA_BLOB d1, d2, d3; d2 5730 source3/torture/torture.c d2 = data_blob_const("d2", 2); d2 5737 source3/torture/torture.c memcache_add(cache, GETWD_CACHE, k2, d2); d2 5751 source3/torture/torture.c if (!data_blob_equal(d2, v2)) { d2 635 source4/torture/raw/search.c static int search_compare(union smb_search_data *d1, union smb_search_data *d2) d2 647 source4/torture/raw/search.c s2 = extract_name(d2, level, compare_data_level);