Searched refs:regcompA (Results 1 – 8 of 8) sorted by relevance
/third_party/boost/libs/regex/test/c_compiler_checks/ |
D | posix_api_check.c | 37 result = regcompA(&re, expression, REG_AWK); in main()
|
D | posix_api_check.cpp | 38 result = regcompA(&re, expression, REG_AWK); in main()
|
/third_party/boost/boost/regex/v4/ |
D | cregex.hpp | 161 BOOST_REGEX_DECL int BOOST_REGEX_CCALL regcompA(regex_tA*, const char*, int); 180 #define regcomp regcompA
|
/third_party/boost/libs/regex/test/regress/ |
D | test_deprecated.cpp | 97 if(boost::regcompA(&re, expression.c_str(), posix_options) != 0) in test_deprecated() 275 int code = boost::regcompA(&re, expression.c_str(), posix_options); in test_deprecated()
|
/third_party/boost/boost/ |
D | regex.h | 59 using boost::regcompA;
|
/third_party/boost/libs/regex/doc/ |
D | posix_api.qbk | 39 int regcompA(regex_tA*, const char*, int); 56 #define regcomp regcompA
|
/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() function
|
/third_party/boost/libs/regex/example/timer/ |
D | regex_timer.cpp | 178 int code = regcompA(&r, s1.c_str(), boost::REG_PERL); in main()
|