Home
last modified time | relevance | path

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

/third_party/boost/libs/regex/test/regress/
Dtest_deprecated.cpp284 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/
Dposix_api_check.c41 regerrorA(result, &re, buf, sizeof(buf)); in main()
52 regerrorA(result, &re, buf, sizeof(buf)); in main()
Dposix_api_check.cpp42 regerrorA(result, &re, buf, sizeof(buf)); in main()
53 regerrorA(result, &re, buf, sizeof(buf)); in main()
/third_party/boost/boost/regex/v4/
Dcregex.hpp162 BOOST_REGEX_DECL regsize_t BOOST_REGEX_CCALL regerrorA(int, const regex_tA*, char*, regsize_t);
181 #define regerror regerrorA
/third_party/boost/boost/
Dregex.h60 using boost::regerrorA;
/third_party/boost/libs/regex/doc/
Dposix_api.qbk40 unsigned int regerrorA(int, const regex_tA*, char*, unsigned int);
57 #define regerror regerrorA
/third_party/boost/libs/regex/src/
Dposix_api.cpp151 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/
Dregex_timer.cpp182 regerrorA(code, &r, buf, 256); in main()