HomeSort by relevance Sort by last modified time
    Searched refs:PCRE2_EXP_DECL (Results 1 - 4 of 4) sorted by null

  /external/pcre/dist2/src/
pcre2.h.generic 52 don't change existing definitions of PCRE2_EXP_DECL. */
55 # ifndef PCRE2_EXP_DECL
56 # define PCRE2_EXP_DECL extern __declspec(dllimport)
62 #ifndef PCRE2_EXP_DECL
64 # define PCRE2_EXP_DECL extern "C"
66 # define PCRE2_EXP_DECL extern
389 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...]
pcre2.h.in 52 don't change existing definitions of PCRE2_EXP_DECL. */
55 # ifndef PCRE2_EXP_DECL
56 # define PCRE2_EXP_DECL extern __declspec(dllimport)
62 #ifndef PCRE2_EXP_DECL
64 # define PCRE2_EXP_DECL extern "C"
66 # define PCRE2_EXP_DECL extern
389 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...]
config.h.in 227 #undef PCRE2_EXP_DECL
pcre2_internal.h 89 setting in pcre2.h (which is included below); it defines only PCRE2_EXP_DECL,
93 PCRE2_EXP_DECL for declarations
96 The reason for wrapping this in #ifndef PCRE2_EXP_DECL is so that pcre2test,
105 #ifndef PCRE2_EXP_DECL
108 # define PCRE2_EXP_DECL extern __declspec(dllexport)
111 # define PCRE2_EXP_DECL extern
116 # define PCRE2_EXP_DECL extern "C"
118 # define PCRE2_EXP_DECL extern
121 # define PCRE2_EXP_DEFN PCRE2_EXP_DECL
127 property values. This must follow the setting of PCRE2_EXP_DECL above. *
    [all...]

Completed in 55 milliseconds