Lines Matching defs:lookup_map
16 struct mail_index_map *lookup_map;
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;
490 map == tview->lookup_map) {