Searched defs:regex_data (Results 1 – 3 of 3) sorted by relevance
160 struct regex_data : public named_subexpressions struct162 typedef regex_constants::syntax_option_type flag_type;163 typedef std::size_t size_type; 165 regex_data(const ::std::shared_ptr< in regex_data() function171 regex_data() in regex_data() argument180 flag_type m_flags; // flags with which we were compiled181 int m_status; // error code (0 implies OK).182 const charT* m_expression; // the original expression183 std::ptrdiff_t m_expression_len; // the length of the original expression184 size_type m_mark_count; // the number of marked sub-expressions[all …]
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() argument180 regex_data() in regex_data() argument191 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 …]
66 struct regex_data { struct70 int regex_prepare_data(struct regex_data **regex, char const *pattern_string, in regex_prepare_data() argument293 struct regex_data *regex_data = in regex_data_create() local320 struct regex_data { struct332 int regex_prepare_data(struct regex_data **regex, char const *pattern_string, in regex_prepare_data() argument