Searched refs:ts_config_priv (Results 1 – 3 of 3) sorted by relevance
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