Searched refs:PCRE2_EXP_DECL (Results 1 – 5 of 5) sorted by relevance
52 don't change existing definitions of PCRE2_EXP_DECL. */55 # ifndef PCRE2_EXP_DECL56 # define PCRE2_EXP_DECL extern __declspec(dllimport)62 #ifndef PCRE2_EXP_DECL64 # define PCRE2_EXP_DECL extern "C"66 # define PCRE2_EXP_DECL extern389 PCRE2_EXP_DECL int pcre2_config(uint32_t, void *);395 PCRE2_EXP_DECL \397 PCRE2_EXP_DECL \401 PCRE2_EXP_DECL void pcre2_general_context_free(pcre2_general_context *);[all …]
52 don't change existing definitions of PCRE2_EXP_DECL. */55 # ifndef PCRE2_EXP_DECL56 # define PCRE2_EXP_DECL extern __declspec(dllimport) macro62 #ifndef PCRE2_EXP_DECL64 # define PCRE2_EXP_DECL extern "C" macro66 # define PCRE2_EXP_DECL extern macro389 PCRE2_EXP_DECL int pcre2_config(uint32_t, void *);395 PCRE2_EXP_DECL \397 PCRE2_EXP_DECL \401 PCRE2_EXP_DECL void pcre2_general_context_free(pcre2_general_context *);[all …]
105 #ifndef PCRE2_EXP_DECL108 # define PCRE2_EXP_DECL extern __declspec(dllexport) macro111 # define PCRE2_EXP_DECL extern macro116 # define PCRE2_EXP_DECL extern "C" macro118 # define PCRE2_EXP_DECL extern macro121 # define PCRE2_EXP_DEFN PCRE2_EXP_DECL
227 #undef PCRE2_EXP_DECL
76 …AC_DEFINE(PCRE2_EXP_DECL, [extern __attribute__ ((visibility ("default")))], [to make a symbol vis… definition