Searched defs:attr2 (Results 1 - 2 of 2) sorted by relevance

/dovecot/src/doveadm/dsync/
H A Ddsync-transaction-log-scan.c486 const struct dsync_mailbox_attribute *attr2)
488 if (attr1->type < attr2->type)
490 if (attr1->type > attr2->type)
492 return strcmp(attr1->key, attr2->key);
485 dsync_mailbox_attribute_cmp(const struct dsync_mailbox_attribute *attr1, const struct dsync_mailbox_attribute *attr2) argument
H A Ddsync-mailbox-import.c420 const struct dsync_mailbox_attribute *attr2,
427 i_assert(attr2->value_stream != NULL || attr2->value != NULL);
429 if (attr1->value != NULL && attr2->value != NULL) {
430 *cmp_r = strcmp(attr1->value, attr2->value);
436 input2 = attr2->value_stream != NULL ? attr2->value_stream :
437 i_stream_create_from_data(attr2->value, strlen(attr2->value));
443 if (attr2
419 dsync_attributes_cmp_values(const struct dsync_mailbox_attribute *attr1, const struct dsync_mailbox_attribute *attr2, int *cmp_r) argument
[all...]

Completed in 209 milliseconds