Searched refs:TS_IGNORECASE (Results 1 – 5 of 5) sorted by relevance
51 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()
68 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()
272 if (flags & TS_IGNORECASE) in fsm_init()
15 #define TS_IGNORECASE 2 /* Searches string case insensitively */ macro
57 flags |= TS_IGNORECASE; in string_mt_check()