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

  /external/pcre/dist/
pcre.h.generic 52 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)
70 #ifndef PCRE_EXP_DECL
72 # define PCRE_EXP_DECL extern "C"
74 # define PCRE_EXP_DECL extern
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 void (*pcre_stack_free)(void *)
    [all...]
pcre.h.in 52 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)
70 #ifndef PCRE_EXP_DECL
72 # define PCRE_EXP_DECL extern "C"
74 # define PCRE_EXP_DECL extern
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 void (*pcre_stack_free)(void *)
    [all...]
config.h.in 263 #undef PCRE_EXP_DECL
pcre_byte_order.c 99 PCRE_EXP_DECL int pcre_pattern_to_host_byte_order(pcre *argument_re,
102 PCRE_EXP_DECL int pcre16_pattern_to_host_byte_order(pcre16 *argument_re,
105 PCRE_EXP_DECL int pcre32_pattern_to_host_byte_order(pcre32 *argument_re,
pcre_internal.h 126 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)
155 # define PCRE_EXP_DECL extern
161 # define PCRE_EXP_DECL extern "C"
163 # define PCRE_EXP_DECL extern
166 # define PCRE_EXP_DEFN PCRE_EXP_DECL
    [all...]
pcre_jit_compile.c     [all...]

Completed in 630 milliseconds