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

/external/kernel-headers/original/linux/
H A Dtextsearch.h13 struct ts_config;
44 struct ts_config * (*init)(const void *, unsigned int, gfp_t);
45 unsigned int (*find)(struct ts_config *,
47 void (*destroy)(struct ts_config *);
48 void * (*get_pattern)(struct ts_config *);
49 unsigned int (*get_pattern_len)(struct ts_config *);
55 * struct ts_config - search configuration
60 struct ts_config struct
78 struct ts_config *conf,
89 void (*finish)(struct ts_config *con
[all...]

Completed in 274 milliseconds