Searched refs:regex_tA (Results 1 – 8 of 8) sorted by relevance
/third_party/boost/boost/regex/v4/ |
D | cregex.hpp | 71 } 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/ |
D | posix_api.cpp | 73 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/ |
D | posix_api.qbk | 36 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/ |
D | posix_api_check.c | 35 regex_tA re; in main()
|
D | posix_api_check.cpp | 36 regex_tA re; in main()
|
/third_party/boost/libs/regex/test/regress/ |
D | test_deprecated.cpp | 96 boost::regex_tA re; in test_deprecated() 274 boost::regex_tA re; in test_deprecated()
|
/third_party/boost/boost/ |
D | regex.h | 31 using boost::regex_tA;
|
/third_party/boost/libs/regex/example/timer/ |
D | regex_timer.cpp | 146 boost::regex_tA r; in main()
|