Home
last modified time | relevance | path

Searched refs:TS_IGNORECASE (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/lib/
Dts_kmp.c51 const int icase = conf->flags & TS_IGNORECASE; in kmp_find()
82 const u8 icase = flags & TS_IGNORECASE; in compute_prefix_tbl()
113 if (flags & TS_IGNORECASE) in kmp_init()
Dts_bm.c68 const u8 icase = conf->flags & TS_IGNORECASE; in bm_find()
126 if (flags & TS_IGNORECASE) in compute_prefix_tbl()
162 if (flags & TS_IGNORECASE) in bm_init()
Dts_fsm.c272 if (flags & TS_IGNORECASE) in fsm_init()
/linux-4.4.14/include/linux/
Dtextsearch.h15 #define TS_IGNORECASE 2 /* Searches string case insensitively */ macro
/linux-4.4.14/net/netfilter/
Dxt_string.c57 flags |= TS_IGNORECASE; in string_mt_check()