Searched defs:regex_data (Results 1 – 2 of 2) sorted by relevance
61 struct regex_data { struct71 int regex_prepare_data(struct regex_data **regex, char const *pattern_string, in regex_prepare_data() argument258 struct regex_data *regex_data = in regex_data_create() local275 struct regex_data { struct287 int regex_prepare_data(struct regex_data **regex, char const *pattern_string, in regex_prepare_data() argument
167 struct regex_data : public named_subexpressions struct169 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() function180 regex_data() in regex_data() function191 flag_type m_flags; // flags with which we were compiled192 int m_status; // error code (0 implies OK).193 const charT* m_expression; // the original expression194 std::ptrdiff_t m_expression_len; // the length of the original expression195 size_type m_mark_count; // the number of marked sub-expressions[all …]