Searched refs:PCRE2POSIX_EXP_DECL (Results 1 – 5 of 5) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2posix.h | 124 #if defined(_WIN32) && !defined(PCRE2_STATIC) && !defined(PCRE2POSIX_EXP_DECL) 125 # define PCRE2POSIX_EXP_DECL extern __declspec(dllimport) macro 131 #ifndef PCRE2POSIX_EXP_DECL 133 # define PCRE2POSIX_EXP_DECL extern "C" macro 136 # define PCRE2POSIX_EXP_DECL extern macro 147 PCRE2POSIX_EXP_DECL int pcre2_regcomp(regex_t *, const char *, int); 148 PCRE2POSIX_EXP_DECL int pcre2_regexec(const regex_t *, const char *, size_t, 150 PCRE2POSIX_EXP_DECL size_t pcre2_regerror(int, const regex_t *, char *, size_t); 151 PCRE2POSIX_EXP_DECL void pcre2_regfree(regex_t *);
|
D | pcre2posix.c | 62 # define PCRE2POSIX_EXP_DECL extern __declspec(dllexport) macro 189 PCRE2POSIX_EXP_DECL size_t regerror(int, const regex_t *, char *, size_t); 197 PCRE2POSIX_EXP_DECL void regfree(regex_t *); 205 PCRE2POSIX_EXP_DECL int regcomp(regex_t *, const char *, int); 213 PCRE2POSIX_EXP_DECL int regexec(const regex_t *, const char *, size_t,
|
D | config.h.in | 241 #undef PCRE2POSIX_EXP_DECL
|
/external/pcre/include_internal/ |
D | config.h | 239 #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
|