Home
last modified time | relevance | path

Searched defs:PCRE2POSIX_EXP_DECL (Results 1 – 4 of 4) sorted by relevance

/external/pcre/src/
Dpcre2posix.h125 # define PCRE2POSIX_EXP_DECL extern __declspec(dllimport) macro
133 # define PCRE2POSIX_EXP_DECL extern "C" macro
136 # define PCRE2POSIX_EXP_DECL extern macro
Dpcre2posix.c62 # define PCRE2POSIX_EXP_DECL extern __declspec(dllexport) macro
Dconfig.h254 #define PCRE2POSIX_EXP_DECL extern __attribute__ ((visibility ("default"))) macro
/external/pcre/m4/
Dpcre2_visibility.m478 …AC_DEFINE(PCRE2POSIX_EXP_DECL, [extern __attribute__ ((visibility ("default")))], [to make a symbo… definition