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

/dovecot/src/lib-storage/index/
H A Dindex-search.c158 const struct mail_keywords *search_kws = arg->initialized.keywords; local
162 if (search_kws->count == 0) {
173 for (i = 0; i < search_kws->count; i++) {
175 if (search_kws->idx[i] == keyword_indexes[j])

Completed in 16 milliseconds