Searched refs:PCREPOSIX_EXP_DECL (Results 1 – 5 of 5) sorted by relevance
/external/pcre/dist/ |
D | pcreposix.h | 117 #if defined(_WIN32) && !defined(PCRE_STATIC) && !defined(PCREPOSIX_EXP_DECL) 118 # define PCREPOSIX_EXP_DECL extern __declspec(dllimport) macro 124 #ifndef PCREPOSIX_EXP_DECL 126 # define PCREPOSIX_EXP_DECL extern "C" macro 129 # define PCREPOSIX_EXP_DECL extern macro 136 PCREPOSIX_EXP_DECL int regcomp(regex_t *, const char *, int); 137 PCREPOSIX_EXP_DECL int regexec(const regex_t *, const char *, size_t, 139 PCREPOSIX_EXP_DECL size_t regerror(int, const regex_t *, char *, size_t); 140 PCREPOSIX_EXP_DECL void regfree(regex_t *);
|
D | pcreposix.c | 56 # define PCREPOSIX_EXP_DECL extern __declspec(dllexport) macro
|
D | config.h.in | 253 #undef PCREPOSIX_EXP_DECL
|
/external/pcre/ |
D | config.h | 254 #define PCREPOSIX_EXP_DECL extern __attribute__ ((visibility ("default"))) macro
|
/external/pcre/dist/m4/ |
D | pcre_visibility.m4 | 78 …AC_DEFINE(PCREPOSIX_EXP_DECL, [extern __attribute__ ((visibility ("default")))], [to make a symbol… definition
|