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

/dovecot/src/lib-index/
H A Dmail-index-transaction-view.c25 ARRAY(void *) all_recs; member in struct:mail_index_view_transaction
40 if (array_is_created(&tview->all_recs)) {
41 recs = array_get_modifiable(&tview->all_recs, &count);
44 array_free(&tview->all_recs);
110 if (!array_is_created(&tview->all_recs))
111 i_array_init(&tview->all_recs, 4);
117 array_append(&tview->all_recs, &tview->recs, 1);

Completed in 490 milliseconds