Searched refs:PCRE_EXP_DECL (Results 1 - 2 of 2) sorted by relevance

/barrelfish-2018-10-04/include/
H A Dpcre.h52 don't change existing definitions of PCRE_EXP_DECL and PCRECPP_EXP_DECL. */
55 # ifndef PCRE_EXP_DECL
56 # define PCRE_EXP_DECL extern __declspec(dllimport) macro
70 #ifndef PCRE_EXP_DECL
72 # define PCRE_EXP_DECL extern "C" macro
74 # define PCRE_EXP_DECL extern macro
489 PCRE_EXP_DECL void *(*pcre_malloc)(size_t);
490 PCRE_EXP_DECL void (*pcre_free)(void *);
491 PCRE_EXP_DECL void *(*pcre_stack_malloc)(size_t);
492 PCRE_EXP_DECL voi
[all...]
/barrelfish-2018-10-04/lib/pcre/
H A Dpcre_internal.h126 setting in pcre.h (which is included below); it defines only PCRE_EXP_DECL,
130 PCRE_EXP_DECL for declarations
139 The reason for wrapping this in #ifndef PCRE_EXP_DECL is so that pcretest,
148 #ifndef PCRE_EXP_DECL
151 # define PCRE_EXP_DECL extern __declspec(dllexport) macro
155 # define PCRE_EXP_DECL extern macro
161 # define PCRE_EXP_DECL extern "C" macro
163 # define PCRE_EXP_DECL extern macro
166 # define PCRE_EXP_DEFN PCRE_EXP_DECL

Completed in 106 milliseconds