Searched defs:pvt (Results 1 - 2 of 2) sorted by relevance
/dovecot/src/lib-storage/index/ |
H A D | index-attribute.c | 198 bool pvt = type == MAIL_ATTRIBUTE_TYPE_PRIVATE; local 216 mail_index_attribute_set(t->itrans, pvt, key, 220 mail_index_attribute_unset(t->itrans, pvt, key, ts);
|
/dovecot/src/lib-index/ |
H A D | mail-index-transaction-update.c | 669 const char *key, bool pvt, char prefix, 679 buffer_append_c(t->attribute_updates, pvt ? 'p' : 's'); 691 bool pvt, const char *key, 694 mail_index_attribute_set_full(t, key, pvt, '+', timestamp, value_len); 698 bool pvt, const char *key, 701 mail_index_attribute_set_full(t, key, pvt, '-', timestamp, 0); 668 mail_index_attribute_set_full(struct mail_index_transaction *t, const char *key, bool pvt, char prefix, time_t timestamp, uint32_t value_len) argument 690 mail_index_attribute_set(struct mail_index_transaction *t, bool pvt, const char *key, time_t timestamp, uint32_t value_len) argument 697 mail_index_attribute_unset(struct mail_index_transaction *t, bool pvt, const char *key, time_t timestamp) argument
|
Completed in 11 milliseconds