Searched refs:regerrorA (Results 1 – 8 of 8) sorted by relevance
/third_party/boost/libs/regex/test/regress/ |
D | test_deprecated.cpp | 284 int s = boost::regerrorA(code, &re, 0, 0); in test_deprecated() 286 s = boost::regerrorA(code, &re, buf, 100); in test_deprecated() 287 s = boost::regerrorA(code | boost::REG_ITOA, &re, 0, 0); in test_deprecated() 290 s = boost::regerrorA(code | boost::REG_ITOA, &re, buf, 100); in test_deprecated() 292 s = boost::regerrorA(code | boost::REG_ATOI, &re, buf, 100); in test_deprecated()
|
/third_party/boost/libs/regex/test/c_compiler_checks/ |
D | posix_api_check.c | 41 regerrorA(result, &re, buf, sizeof(buf)); in main() 52 regerrorA(result, &re, buf, sizeof(buf)); in main()
|
D | posix_api_check.cpp | 42 regerrorA(result, &re, buf, sizeof(buf)); in main() 53 regerrorA(result, &re, buf, sizeof(buf)); in main()
|
/third_party/boost/boost/regex/v4/ |
D | cregex.hpp | 162 BOOST_REGEX_DECL regsize_t BOOST_REGEX_CCALL regerrorA(int, const regex_tA*, char*, regsize_t); 181 #define regerror regerrorA
|
/third_party/boost/boost/ |
D | regex.h | 60 using boost::regerrorA;
|
/third_party/boost/libs/regex/doc/ |
D | posix_api.qbk | 40 unsigned int regerrorA(int, const regex_tA*, char*, unsigned int); 57 #define regerror regerrorA
|
/third_party/boost/libs/regex/src/ |
D | posix_api.cpp | 151 BOOST_REGEX_DECL regsize_t BOOST_REGEX_CCALL regerrorA(int code, const regex_tA* e, char* buf, regs… in regerrorA() function
|
/third_party/boost/libs/regex/example/timer/ |
D | regex_timer.cpp | 182 regerrorA(code, &r, buf, 256); in main()
|