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

/linux-master/lib/
H A Dts_kmp.c47 const int icase = conf->flags & TS_IGNORECASE;
78 const u8 icase = flags & TS_IGNORECASE;
109 if (flags & TS_IGNORECASE)
H A Dts_bm.c82 const u8 icase = conf->flags & TS_IGNORECASE;
141 if (flags & TS_IGNORECASE)
177 if (flags & TS_IGNORECASE)
H A Dts_fsm.c268 if (flags & TS_IGNORECASE)
/linux-master/net/netfilter/
H A Dxt_string.c55 flags |= TS_IGNORECASE;
/linux-master/include/linux/
H A Dtextsearch.h16 #define TS_IGNORECASE 2 /* Searches string case insensitively */ macro

Completed in 255 milliseconds