Home
last modified time | relevance | path

Searched refs:regex_list_t (Results 1 – 18 of 18) sorted by relevance

/dports/databases/mariadb103-server/mariadb-10.3.34/extra/mariabackup/
H A Dxtrabackup.cc161 typedef std::list<regex_t> regex_list_t; typedef
162 static regex_list_t regex_include_list;
163 static regex_list_t regex_exclude_list;
2479 const regex_list_t& list, in regex_list_check_match()
2483 for (regex_list_t::const_iterator i = list.begin(), end = list.end(); in regex_list_check_match()
2522 const regex_list_t& regex_list, in check_if_table_matches_filters()
3894 regex_list_t* list) /*! in: list to put new regex to */ in xb_add_regex_to_list()
4052 static void xb_regex_list_free(regex_list_t* list) in xb_regex_list_free()
/dports/databases/mariadb103-client/mariadb-10.3.34/extra/mariabackup/
H A Dxtrabackup.cc161 typedef std::list<regex_t> regex_list_t; typedef
162 static regex_list_t regex_include_list;
163 static regex_list_t regex_exclude_list;
2479 const regex_list_t& list, in regex_list_check_match()
2483 for (regex_list_t::const_iterator i = list.begin(), end = list.end(); in regex_list_check_match()
2522 const regex_list_t& regex_list, in check_if_table_matches_filters()
3894 regex_list_t* list) /*! in: list to put new regex to */ in xb_add_regex_to_list()
4052 static void xb_regex_list_free(regex_list_t* list) in xb_regex_list_free()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/innobase/xtrabackup/src/
H A Dxtrabackup.cc186 typedef std::list<xb_regex_t> regex_list_t; typedef
187 static regex_list_t regex_include_list;
188 static regex_list_t regex_exclude_list;
2578 static bool regex_list_check_match(const regex_list_t &list, const char *name) { in regex_list_check_match()
2580 for (regex_list_t::const_iterator i = list.begin(), end = list.end(); in regex_list_check_match()
2610 const regex_list_t &regex_list, in check_if_table_matches_filters()
3445 regex_list_t *list) /*! in: list to put new regex to */ in xb_add_regex_to_list()
3580 static void xb_regex_list_free(regex_list_t *list) { in xb_regex_list_free()
/dports/databases/mariadb105-client/mariadb-10.5.15/extra/mariabackup/
H A Dxtrabackup.cc169 typedef std::list<regex_t> regex_list_t; typedef
170 static regex_list_t regex_include_list;
171 static regex_list_t regex_exclude_list;
2429 const regex_list_t& list, in regex_list_check_match()
2433 for (regex_list_t::const_iterator i = list.begin(), end = list.end(); in regex_list_check_match()
2472 const regex_list_t& regex_list, in check_if_table_matches_filters()
4040 regex_list_t* list) /*! in: list to put new regex to */ in xb_add_regex_to_list()
4197 static void xb_regex_list_free(regex_list_t* list) in xb_regex_list_free()
/dports/databases/mariadb104-server/mariadb-10.4.24/extra/mariabackup/
H A Dxtrabackup.cc167 typedef std::list<regex_t> regex_list_t;
168 static regex_list_t regex_include_list;
169 static regex_list_t regex_exclude_list;
2477 const regex_list_t& list,
2481 for (regex_list_t::const_iterator i = list.begin(), end = list.end();
2520 const regex_list_t& regex_list,
4118 regex_list_t* list) /*! in: list to put new regex to */
4276 static void xb_regex_list_free(regex_list_t* list)
/dports/databases/mariadb105-server/mariadb-10.5.15/extra/mariabackup/
H A Dxtrabackup.cc169 typedef std::list<regex_t> regex_list_t; typedef
170 static regex_list_t regex_include_list;
171 static regex_list_t regex_exclude_list;
2429 const regex_list_t& list, in regex_list_check_match()
2433 for (regex_list_t::const_iterator i = list.begin(), end = list.end(); in regex_list_check_match()
2472 const regex_list_t& regex_list, in check_if_table_matches_filters()
4040 regex_list_t* list) /*! in: list to put new regex to */ in xb_add_regex_to_list()
4197 static void xb_regex_list_free(regex_list_t* list) in xb_regex_list_free()
/dports/databases/mariadb104-client/mariadb-10.4.24/extra/mariabackup/
H A Dxtrabackup.cc167 typedef std::list<regex_t> regex_list_t; typedef
168 static regex_list_t regex_include_list;
169 static regex_list_t regex_exclude_list;
2477 const regex_list_t& list, in regex_list_check_match()
2481 for (regex_list_t::const_iterator i = list.begin(), end = list.end(); in regex_list_check_match()
2520 const regex_list_t& regex_list, in check_if_table_matches_filters()
4118 regex_list_t* list) /*! in: list to put new regex to */ in xb_add_regex_to_list()
4276 static void xb_regex_list_free(regex_list_t* list) in xb_regex_list_free()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/innobase/xtrabackup/src/
H A Dxtrabackup.cc170 typedef std::list<xb_regex_t> regex_list_t; typedef
171 static regex_list_t regex_include_list;
172 static regex_list_t regex_exclude_list;
2475 const regex_list_t& list, in regex_list_check_match()
2479 for (regex_list_t::const_iterator i = list.begin(), end = list.end(); in regex_list_check_match()
2518 const regex_list_t& regex_list, in check_if_table_matches_filters()
4256 regex_list_t* list) /*! in: list to put new regex to */ in xb_add_regex_to_list()
4410 static void xb_regex_list_free(regex_list_t* list) in xb_regex_list_free()
/dports/devel/boost-python-libs/boost_1_72_0/libs/wave/samples/cpp_tokens/slex/
H A Dlexer.hpp2298 typedef std::vector<std::vector<regex_info> > regex_list_t; typedef in boost::spirit::classic::lexer
2322 regex_list_t m_regex_list;
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/wave/samples/cpp_tokens/slex/
H A Dlexer.hpp2282 typedef std::vector<std::vector<regex_info> > regex_list_t; typedef in boost::spirit::classic::lexer
2306 regex_list_t m_regex_list;
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/libs/wave/samples/cpp_tokens/slex/
H A Dlexer.hpp2300 typedef std::vector<std::vector<regex_info> > regex_list_t; typedef in boost::spirit::classic::lexer
2324 regex_list_t m_regex_list;
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/wave/samples/cpp_tokens/slex/
H A Dlexer.hpp2282 typedef std::vector<std::vector<regex_info> > regex_list_t; typedef in boost::spirit::classic::lexer
2306 regex_list_t m_regex_list;
/dports/databases/xtrabackup/boost_1_59_0/libs/wave/samples/cpp_tokens/slex/
H A Dlexer.hpp2282 typedef std::vector<std::vector<regex_info> > regex_list_t; typedef in boost::spirit::classic::lexer
2306 regex_list_t m_regex_list;
/dports/databases/percona57-server/boost_1_59_0/libs/wave/samples/cpp_tokens/slex/
H A Dlexer.hpp2282 typedef std::vector<std::vector<regex_info> > regex_list_t; typedef in boost::spirit::classic::lexer
2306 regex_list_t m_regex_list;
/dports/databases/percona57-client/boost_1_59_0/libs/wave/samples/cpp_tokens/slex/
H A Dlexer.hpp2282 typedef std::vector<std::vector<regex_info> > regex_list_t; typedef in boost::spirit::classic::lexer
2306 regex_list_t m_regex_list;
/dports/devel/boost-libs/boost_1_72_0/libs/wave/samples/cpp_tokens/slex/
H A Dlexer.hpp2298 typedef std::vector<std::vector<regex_info> > regex_list_t; typedef in boost::spirit::classic::lexer
2322 regex_list_t m_regex_list;
/dports/devel/boost-docs/boost_1_72_0/libs/wave/samples/cpp_tokens/slex/
H A Dlexer.hpp2298 typedef std::vector<std::vector<regex_info> > regex_list_t; typedef in boost::spirit::classic::lexer
2322 regex_list_t m_regex_list;
/dports/devel/hyperscan/boost_1_75_0/libs/wave/samples/cpp_tokens/slex/
H A Dlexer.hpp2300 typedef std::vector<std::vector<regex_info> > regex_list_t; typedef in boost::spirit::classic::lexer
2324 regex_list_t m_regex_list;