Searched refs:lookup_full (Results 1 - 4 of 4) sorted by relevance
| /dovecot/src/lib-index/ |
| H A D | mail-index-view-private.h | 19 (*lookup_full)(struct mail_index_view *view, uint32_t seq, member in struct:mail_index_view_vfuncs
|
| H A D | mail-index-view.c | 370 rec = view->v.lookup_full(view, seq, map_r, expunged_r); 449 return view->v.lookup_full(view, seq, map_r, NULL); 457 (void)view->v.lookup_full(view, seq, &map, &expunged);
|
| H A D | mail-index-transaction-view.c | 146 rec = tview->super->lookup_full(view, seq, map_r, expunged_r);
|
| H A D | mail-index-transaction-update.c | 1128 if (t->view->v.lookup_full == NULL) {
|
Completed in 41 milliseconds