Lines Matching defs:textcat_handle
28 void *textcat_handle;
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, candp);