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

/dovecot/src/lib-fts/
H A Dfts-language.c28 void *textcat_handle; member in struct:fts_language_list
143 if (lp->textcat_handle != NULL)
144 textcat_Done(lp->textcat_handle);
231 if (list->textcat_handle != NULL)
241 list->textcat_handle = special_textcat_Init(config_path, data_dir);
242 if (list->textcat_handle == NULL) {
268 candp = textcat_GetClassifyFullOutput(list->textcat_handle);
271 cnt = textcat_ClassifyFull(list->textcat_handle, (const void *)text,
277 textcat_ReleaseClassifyFullOutput(list->textcat_handle, candp);
283 textcat_ReleaseClassifyFullOutput(list->textcat_handle, cand
[all...]

Completed in 334 milliseconds