Searched refs:TS_IGNORECASE (Results 1 – 5 of 5) sorted by relevance
47 const int icase = conf->flags & TS_IGNORECASE; in kmp_find()78 const u8 icase = flags & TS_IGNORECASE; in compute_prefix_tbl()109 if (flags & TS_IGNORECASE) in kmp_init()
82 const u8 icase = conf->flags & TS_IGNORECASE; in bm_find()141 if (flags & TS_IGNORECASE) in compute_prefix_tbl()177 if (flags & TS_IGNORECASE) in bm_init()
268 if (flags & TS_IGNORECASE) in fsm_init()
16 #define TS_IGNORECASE 2 /* Searches string case insensitively */ macro
55 flags |= TS_IGNORECASE; in string_mt_check()