Searched refs:ts_config_priv (Results 1 – 4 of 4) sorted by relevance
48 struct ts_kmp *kmp = ts_config_priv(conf); in kmp_find()109 kmp = ts_config_priv(conf); in kmp_init()124 struct ts_kmp *kmp = ts_config_priv(conf); in kmp_get_pattern()130 struct ts_kmp *kmp = ts_config_priv(conf); in kmp_get_pattern_len()
64 struct ts_bm *bm = ts_config_priv(conf); in bm_find()159 bm = ts_config_priv(conf); in bm_init()174 struct ts_bm *bm = ts_config_priv(conf); in bm_get_pattern()180 struct ts_bm *bm = ts_config_priv(conf); in bm_get_pattern_len()
140 struct ts_fsm *fsm = ts_config_priv(conf); in fsm_find()291 fsm = ts_config_priv(conf); in fsm_init()308 struct ts_fsm *fsm = ts_config_priv(conf); in fsm_get_pattern()314 struct ts_fsm *fsm = ts_config_priv(conf); in fsm_get_pattern_len()
173 static inline void *ts_config_priv(struct ts_config *conf) in ts_config_priv() function