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

/dovecot/src/lib-storage/index/
H A Dindex-attribute.c196 struct dict_transaction_context *dtrans; local
202 if (index_storage_attribute_get_dict_trans(t, type, &dtrans,
215 dict_set(dtrans, prefixed_key, value_str);
219 dict_unset(dtrans, prefixed_key);

Completed in 96 milliseconds