Lines Matching refs:br
66 struct fts_search_level *level, struct fts_result *br)
75 scores = array_get(&br->scores, &count);
80 box->virtual_vfuncs->get_virtual_uid_map(box, br->box,
83 i_assert(array_count(&vuids_arr) == array_count(&br->scores));
129 struct fts_result *br = &result->box_results[i];
132 if (array_is_created(&br->definite_uids)) {
134 br->box, &br->definite_uids, &vuids);
139 if (array_is_created(&br->maybe_uids)) {
141 br->box, &br->maybe_uids, &vuids);
145 if (array_is_created(&br->scores))
146 level_scores_add_vuids(fctx->box, level, br);