Searched refs:ts_config_priv (Results 1 – 4 of 4) sorted by relevance
44 struct ts_kmp *kmp = ts_config_priv(conf); in kmp_find() 119 kmp = ts_config_priv(conf); in kmp_get_pattern() 134 struct ts_kmp *kmp = ts_config_priv(conf);140 struct ts_kmp *kmp = ts_config_priv(conf); in init_kmp()
78 struct ts_bm *bm = ts_config_priv(conf); in bm_find() 188 bm = ts_config_priv(conf); in bm_get_pattern() 203 struct ts_bm *bm = ts_config_priv(conf);209 struct ts_bm *bm = ts_config_priv(conf); in init_bm()
136 struct ts_fsm *fsm = ts_config_priv(conf); in fsm_find()287 fsm = ts_config_priv(conf); in fsm_init()304 struct ts_fsm *fsm = ts_config_priv(conf); in fsm_get_pattern()310 struct ts_fsm *fsm = ts_config_priv(conf); in fsm_get_pattern_len()
175 static inline void *ts_config_priv(struct ts_config *conf) in ts_config_priv() function