Searched refs:TS_IGNORECASE (Results 1 - 6 of 6) sorted by relevance

/linux-4.1.27/lib/
H A Dts_bm.c68 const u8 icase = conf->flags & TS_IGNORECASE; bm_find()
126 if (flags & TS_IGNORECASE) compute_prefix_tbl()
162 if (flags & TS_IGNORECASE) bm_init()
H A Dts_kmp.c51 const int icase = conf->flags & TS_IGNORECASE; kmp_find()
82 const u8 icase = flags & TS_IGNORECASE; compute_prefix_tbl()
113 if (flags & TS_IGNORECASE) kmp_init()
H A Dtextsearch.c58 * the pattern to look for and flags. As a flag, you can set TS_IGNORECASE
H A Dts_fsm.c272 if (flags & TS_IGNORECASE) fsm_init()
/linux-4.1.27/net/netfilter/
H A Dxt_string.c57 flags |= TS_IGNORECASE; string_mt_check()
/linux-4.1.27/include/linux/
H A Dtextsearch.h15 #define TS_IGNORECASE 2 /* Searches string case insensitively */ macro

Completed in 130 milliseconds