Searched refs:br (Results 1 - 2 of 2) sorted by relevance

/dovecot/src/plugins/fts/
H A Dfts-search.c66 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]; local
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
65 level_scores_add_vuids(struct mailbox *box, struct fts_search_level *level, struct fts_result *br) argument
[all...]
/dovecot/src/plugins/fts-lucene/
H A Dlucene-wrapper.cc1491 struct fts_result *br = local
1493 if (br == NULL) {
1506 &br->maybe_uids : &br->definite_uids;
1509 p_array_init(&br->scores, result->pool, 32);
1514 score = array_append_space(&br->scores);

Completed in 15 milliseconds