Lines Matching refs:str_flags
78 if (m->str_flags) { in file_mdump()
80 if (m->str_flags & STRING_COMPACT_WHITESPACE) in file_mdump()
82 if (m->str_flags & STRING_COMPACT_OPTIONAL_WHITESPACE) in file_mdump()
85 if (m->str_flags & STRING_IGNORE_LOWERCASE) in file_mdump()
87 if (m->str_flags & STRING_IGNORE_UPPERCASE) in file_mdump()
89 if (m->str_flags & REGEX_OFFSET_START) in file_mdump()
91 if (m->str_flags & STRING_TEXTTEST) in file_mdump()
93 if (m->str_flags & STRING_BINTEST) in file_mdump()
95 if (m->str_flags & PSTRING_1_BE) in file_mdump()
97 if (m->str_flags & PSTRING_2_BE) in file_mdump()
99 if (m->str_flags & PSTRING_2_LE) in file_mdump()
101 if (m->str_flags & PSTRING_4_BE) in file_mdump()
103 if (m->str_flags & PSTRING_4_LE) in file_mdump()
105 if (m->str_flags & PSTRING_LENGTH_INCLUDES_ITSELF) in file_mdump()