Searched refs:PCRE2POSIX_EXP_DECL (Results 1 – 4 of 4) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2posix.h | 118 #if defined(_WIN32) && !defined(PCRE2_STATIC) && !defined(PCRE2POSIX_EXP_DECL) 119 # define PCRE2POSIX_EXP_DECL extern __declspec(dllimport) macro 125 #ifndef PCRE2POSIX_EXP_DECL 127 # define PCRE2POSIX_EXP_DECL extern "C" macro 130 # define PCRE2POSIX_EXP_DECL extern macro 137 PCRE2POSIX_EXP_DECL int regcomp(regex_t *, const char *, int); 138 PCRE2POSIX_EXP_DECL int regexec(const regex_t *, const char *, size_t, 140 PCRE2POSIX_EXP_DECL size_t regerror(int, const regex_t *, char *, size_t); 141 PCRE2POSIX_EXP_DECL void regfree(regex_t *);
|
D | pcre2posix.c | 57 # define PCRE2POSIX_EXP_DECL extern __declspec(dllexport) macro
|
D | config.h.in | 218 #undef PCRE2POSIX_EXP_DECL
|
/external/pcre/dist2/m4/ |
D | pcre2_visibility.m4 | 78 …AC_DEFINE(PCRE2POSIX_EXP_DECL, [extern __attribute__ ((visibility ("default")))], [to make a symbo… definition
|