Home
last modified time | relevance | path

Searched refs:DSYNC_ATTR_HAS_VALUE (Results 1 – 3 of 3) sorted by relevance

/dports/mail/dovecot/dovecot-2.3.17/src/doveadm/dsync/
H A Ddsync-mailbox.h34 #define DSYNC_ATTR_HAS_VALUE(attr) \ macro
H A Ddsync-mailbox-import.c373 !DSYNC_ATTR_HAS_VALUE(attr); in dsync_mailbox_import_lookup_attr()
453 if (DSYNC_ATTR_HAS_VALUE(attr) && in dsync_attributes_cmp()
454 !DSYNC_ATTR_HAS_VALUE(local_attr)) { in dsync_attributes_cmp()
458 } else if (!DSYNC_ATTR_HAS_VALUE(attr) && in dsync_attributes_cmp()
459 DSYNC_ATTR_HAS_VALUE(local_attr)) { in dsync_attributes_cmp()
478 i_assert(DSYNC_ATTR_HAS_VALUE(attr) || attr->deleted); in dsync_mailbox_import_attribute_real()
481 (local_attr == NULL || !DSYNC_ATTR_HAS_VALUE(local_attr))) { in dsync_mailbox_import_attribute_real()
H A Ddsync-mailbox-export.c658 !DSYNC_ATTR_HAS_VALUE(attr); in dsync_mailbox_export_iter_next_attr()