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()105 kmp = ts_config_priv(conf); in kmp_init()120 struct ts_kmp *kmp = ts_config_priv(conf); in kmp_get_pattern()126 struct ts_kmp *kmp = ts_config_priv(conf); in kmp_get_pattern_len()
78 struct ts_bm *bm = ts_config_priv(conf); in bm_find()174 bm = ts_config_priv(conf); in bm_init()189 struct ts_bm *bm = ts_config_priv(conf); in bm_get_pattern()195 struct ts_bm *bm = ts_config_priv(conf); in bm_get_pattern_len()
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()
174 static inline void *ts_config_priv(struct ts_config *conf) in ts_config_priv() function