Home
last modified time | relevance | path

Searched refs:regex_tA (Results 1 – 8 of 8) sorted by relevance

/third_party/boost/boost/regex/v4/
Dcregex.hpp71 } regex_tA; typedef
161 BOOST_REGEX_DECL int BOOST_REGEX_CCALL regcompA(regex_tA*, const char*, int);
162 BOOST_REGEX_DECL regsize_t BOOST_REGEX_CCALL regerrorA(int, const regex_tA*, char*, regsize_t);
163 BOOST_REGEX_DECL int BOOST_REGEX_CCALL regexecA(const regex_tA*, const char*, regsize_t, regmatch_t…
164 BOOST_REGEX_DECL void BOOST_REGEX_CCALL regfreeA(regex_tA*);
184 #define regex_t regex_tA
/third_party/boost/libs/regex/src/
Dposix_api.cpp73 BOOST_REGEX_DECL int BOOST_REGEX_CCALL regcompA(regex_tA* expression, const char* ptr, int f) in regcompA()
151 BOOST_REGEX_DECL regsize_t BOOST_REGEX_CCALL regerrorA(int code, const regex_tA* e, char* buf, regs… in regerrorA()
223 BOOST_REGEX_DECL int BOOST_REGEX_CCALL regexecA(const regex_tA* expression, const char* buf, regsiz… in regexecA()
289 BOOST_REGEX_DECL void BOOST_REGEX_CCALL regfreeA(regex_tA* expression) in regfreeA()
/third_party/boost/libs/regex/doc/
Dposix_api.qbk36 struct regex_tA;
39 int regcompA(regex_tA*, const char*, int);
40 unsigned int regerrorA(int, const regex_tA*, char*, unsigned int);
41 int regexecA(const regex_tA*, const char*, unsigned int, regmatch_t*, int);
42 void regfreeA(regex_tA*);
60 #define regex_t regex_tA
72 [note `regex_t` is actually a `#define` - it is either `regex_tA` or `regex_tW`
/third_party/boost/libs/regex/test/c_compiler_checks/
Dposix_api_check.c35 regex_tA re; in main()
Dposix_api_check.cpp36 regex_tA re; in main()
/third_party/boost/libs/regex/test/regress/
Dtest_deprecated.cpp96 boost::regex_tA re; in test_deprecated()
274 boost::regex_tA re; in test_deprecated()
/third_party/boost/boost/
Dregex.h31 using boost::regex_tA;
/third_party/boost/libs/regex/example/timer/
Dregex_timer.cpp146 boost::regex_tA r; in main()