Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcreposix.h117 #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 *);
Dpcreposix.c56 # define PCREPOSIX_EXP_DECL extern __declspec(dllexport) macro
Dconfig.h.in253 #undef PCREPOSIX_EXP_DECL
/external/pcre/
Dconfig.h254 #define PCREPOSIX_EXP_DECL extern __attribute__ ((visibility ("default"))) macro
/external/pcre/dist/m4/
Dpcre_visibility.m478 …AC_DEFINE(PCREPOSIX_EXP_DECL, [extern __attribute__ ((visibility ("default")))], [to make a symbol… definition