Searched defs:order (Results 1 - 5 of 5) sorted by relevance
/dovecot/src/lib-storage/index/dbox-common/ |
H A D | dbox-mail.c | 175 uint32_t order; local 182 i_assert(str_len(str) == sizeof(order)); 183 memcpy(&order, str_data(str), sizeof(order)); 185 if (order != 0) 186 str_printfa(str, "%u", order); 188 /* order=0 means it doesn't exist. we don't 208 if (str_to_uint(value, &order) < 0) 209 order = 0; 211 &order, sizeo [all...] |
/dovecot/src/lib-storage/index/maildir/ |
H A D | maildir-mail.c | 493 const char *path, *fname = NULL, *end, *guid, *uidl, *order; local 570 order = maildir_uidlist_lookup_ext(mbox->uidlist, _mail->uid, 572 if (order == NULL) { 575 *value_r = p_strdup(mail->mail.data_pool, order);
|
/dovecot/src/plugins/quota/ |
H A D | quota-imapc.c | 13 unsigned int order; member in struct:imapc_quota_refresh_root 134 refresh_root->order = UINT_MAX; 166 refresh_root->order = i; 289 if (root1->order < root2->order) 291 else if (root1->order > root2->order)
|
/dovecot/src/lib-storage/ |
H A D | mail-storage-settings.h | 98 unsigned int order; member in struct:mail_namespace_settings
|
H A D | mail-storage.c | 100 /* append it after the list, so the autodetection order is correct */ 2415 unsigned int order) 2417 i_assert(order > 0); 2419 ctx->data.pop3_order = order; 2414 mailbox_save_set_pop3_order(struct mail_save_context *ctx, unsigned int order) argument
|
Completed in 1708 milliseconds