Home
last modified time | relevance | path

Searched defs:regex_data (Results 1 – 2 of 2) sorted by relevance

/third_party/selinux/libselinux/src/
Dregex.c61 struct regex_data { struct
71 int regex_prepare_data(struct regex_data **regex, char const *pattern_string, in regex_prepare_data() argument
258 struct regex_data *regex_data = in regex_data_create() local
275 struct regex_data { struct
287 int regex_prepare_data(struct regex_data **regex, char const *pattern_string, in regex_prepare_data() argument
/third_party/boost/boost/regex/v4/
Dbasic_regex.hpp167 struct regex_data : public named_subexpressions struct
169 typedef regex_constants::syntax_option_type flag_type;
170 typedef std::size_t size_type;
172 regex_data(const ::boost::shared_ptr< in regex_data() function
180 regex_data() in regex_data() function
191 flag_type m_flags; // flags with which we were compiled
192 int m_status; // error code (0 implies OK).
193 const charT* m_expression; // the original expression
194 std::ptrdiff_t m_expression_len; // the length of the original expression
195 size_type m_mark_count; // the number of marked sub-expressions
[all …]