Home
last modified time | relevance | path

Searched refs:BOOST_REGEX_CCALL (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/boost/regex/
Dconfig.hpp278 # define BOOST_REGEX_CCALL __cdecl macro
284 # define BOOST_REGEX_CCALL __cdecl macro
287 # define BOOST_REGEX_CCALL __stdcall macro
294 #ifndef BOOST_REGEX_CCALL
295 #define BOOST_REGEX_CCALL macro
472 # pragma message ("BOOST_REGEX_CCALL" BOOST_STRINGIZE(=BOOST_REGEX_CCALL))
/third_party/boost/boost/regex/v4/
Dcregex.hpp161 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*);
167 BOOST_REGEX_DECL int BOOST_REGEX_CCALL regcompW(regex_tW*, const wchar_t*, int);
168 BOOST_REGEX_DECL regsize_t BOOST_REGEX_CCALL regerrorW(int, const regex_tW*, wchar_t*, regsize_t);
169 BOOST_REGEX_DECL int BOOST_REGEX_CCALL regexecW(const regex_tW*, const wchar_t*, regsize_t, regmatc…
170 BOOST_REGEX_DECL void BOOST_REGEX_CCALL regfreeW(regex_tW*);
/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()
Dwide_posix_api.cpp83 BOOST_REGEX_DECL int BOOST_REGEX_CCALL regcompW(regex_tW* expression, const wchar_t* ptr, int f) in regcompW()
161 BOOST_REGEX_DECL regsize_t BOOST_REGEX_CCALL regerrorW(int code, const regex_tW* e, wchar_t* buf, r… in regerrorW()
239 BOOST_REGEX_DECL int BOOST_REGEX_CCALL regexecW(const regex_tW* expression, const wchar_t* buf, reg… in regexecW()
304 BOOST_REGEX_DECL void BOOST_REGEX_CCALL regfreeW(regex_tW* expression) in regfreeW()
/third_party/boost/libs/regex/test/config_info/
Dregex_config_info.cpp58 PRINT_MACRO(BOOST_REGEX_CCALL); in NEW_MAIN()