Searched refs:new_trans (Results 1 - 3 of 3) sorted by relevance

/dovecot/src/lib-storage/index/dbox-multi/
H A Dmdbox-deleted-storage.c68 struct mail_index_transaction *new_trans = NULL; local
76 new_trans = mail_index_transaction_begin(box->view, 0);
77 trans = new_trans;
90 if (new_trans != NULL) {
91 if (mail_index_transaction_commit(&new_trans) < 0) {
H A Dmdbox-storage.c266 struct mail_index_transaction *new_trans = NULL; local
275 new_trans = mail_index_transaction_begin(box->view, 0);
276 trans = new_trans;
323 if (new_trans != NULL) {
324 if (mail_index_transaction_commit(&new_trans) < 0) {
/dovecot/src/lib-storage/index/dbox-single/
H A Dsdbox-storage.c218 struct mail_index_transaction *new_trans = NULL; local
223 new_trans = mail_index_transaction_begin(box->view, 0);
224 trans = new_trans;
271 if (new_trans != NULL) {
272 if (mail_index_transaction_commit(&new_trans) < 0) {

Completed in 13 milliseconds