Searched refs:PCRE2POSIX_EXP_DECL (Results 1 – 5 of 5) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2posix.h | 122 #if defined(_WIN32) && !defined(PCRE2_STATIC) && !defined(PCRE2POSIX_EXP_DECL) 123 # define PCRE2POSIX_EXP_DECL extern __declspec(dllimport) macro 129 #ifndef PCRE2POSIX_EXP_DECL 131 # define PCRE2POSIX_EXP_DECL extern "C" macro 134 # define PCRE2POSIX_EXP_DECL extern macro 141 PCRE2POSIX_EXP_DECL int regcomp(regex_t *, const char *, int); 142 PCRE2POSIX_EXP_DECL int regexec(const regex_t *, const char *, size_t, 144 PCRE2POSIX_EXP_DECL size_t regerror(int, const regex_t *, char *, size_t); 145 PCRE2POSIX_EXP_DECL void regfree(regex_t *);
|
D | pcre2posix.c | 57 # define PCRE2POSIX_EXP_DECL extern __declspec(dllexport) macro
|
D | config.h.in | 231 #undef PCRE2POSIX_EXP_DECL
|
/external/pcre/include_internal/ |
D | config.h | 232 #define PCRE2POSIX_EXP_DECL extern __attribute__ ((visibility ("default"))) macro
|
/external/pcre/dist2/m4/ |
D | pcre2_visibility.m4 | 78 …AC_DEFINE(PCRE2POSIX_EXP_DECL, [extern __attribute__ ((visibility ("default")))], [to make a symbo… definition
|