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

/dovecot/src/lib-index/
H A Dmail-index-transaction-view.c16 struct mail_index_map *lookup_map; member in struct:mail_index_view_transaction
36 if (tview->lookup_map != NULL)
37 mail_index_unmap(&tview->lookup_map);
338 if (!mail_index_map_get_ext_idx(tview->lookup_map, ext_id, &ext_idx)) {
344 ext = array_idx(&tview->lookup_map->extensions, ext_idx);
409 if (tview->lookup_map == NULL) {
410 tview->lookup_map =
413 if (!mail_index_map_get_ext_idx(tview->lookup_map, ext_id, &map_ext_idx)) {
426 mail_index_map_register_ext(tview->lookup_map, rext->name,
431 *map_r = tview->lookup_map;
[all...]

Completed in 11 milliseconds