Home
last modified time | relevance | path

Searched refs:ts_config_priv (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/lib/
Dts_kmp.c48 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()
Dts_bm.c64 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()
Dts_fsm.c140 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()
/linux-4.1.27/include/linux/
Dtextsearch.h173 static inline void *ts_config_priv(struct ts_config *conf) in ts_config_priv() function