PCRE_EXP_DECL      55 ext/pcre/pcrelib/pcre.h #  ifndef PCRE_EXP_DECL
PCRE_EXP_DECL      70 ext/pcre/pcrelib/pcre.h #ifndef PCRE_EXP_DECL
PCRE_EXP_DECL     252 ext/pcre/pcrelib/pcre.h PCRE_EXP_DECL void *(*pcre_malloc)(size_t);
PCRE_EXP_DECL     253 ext/pcre/pcrelib/pcre.h PCRE_EXP_DECL void  (*pcre_free)(void *);
PCRE_EXP_DECL     254 ext/pcre/pcrelib/pcre.h PCRE_EXP_DECL void *(*pcre_stack_malloc)(size_t);
PCRE_EXP_DECL     255 ext/pcre/pcrelib/pcre.h PCRE_EXP_DECL void  (*pcre_stack_free)(void *);
PCRE_EXP_DECL     256 ext/pcre/pcrelib/pcre.h PCRE_EXP_DECL int   (*pcre_callout)(pcre_callout_block *);
PCRE_EXP_DECL     258 ext/pcre/pcrelib/pcre.h PCRE_EXP_DECL void *pcre_malloc(size_t);
PCRE_EXP_DECL     259 ext/pcre/pcrelib/pcre.h PCRE_EXP_DECL void  pcre_free(void *);
PCRE_EXP_DECL     260 ext/pcre/pcrelib/pcre.h PCRE_EXP_DECL void *pcre_stack_malloc(size_t);
PCRE_EXP_DECL     261 ext/pcre/pcrelib/pcre.h PCRE_EXP_DECL void  pcre_stack_free(void *);
PCRE_EXP_DECL     262 ext/pcre/pcrelib/pcre.h PCRE_EXP_DECL int   pcre_callout(pcre_callout_block *);
PCRE_EXP_DECL     267 ext/pcre/pcrelib/pcre.h PCRE_EXP_DECL pcre *pcre_compile(const char *, int, const char **, int *,
PCRE_EXP_DECL     269 ext/pcre/pcrelib/pcre.h PCRE_EXP_DECL pcre *pcre_compile2(const char *, int, int *, const char **,
PCRE_EXP_DECL     271 ext/pcre/pcrelib/pcre.h PCRE_EXP_DECL int  pcre_config(int, void *);
PCRE_EXP_DECL     272 ext/pcre/pcrelib/pcre.h PCRE_EXP_DECL int  pcre_copy_named_substring(const pcre *, const char *,
PCRE_EXP_DECL     274 ext/pcre/pcrelib/pcre.h PCRE_EXP_DECL int  pcre_copy_substring(const char *, int *, int, int, char *,
PCRE_EXP_DECL     276 ext/pcre/pcrelib/pcre.h PCRE_EXP_DECL int  pcre_dfa_exec(const pcre *, const pcre_extra *,
PCRE_EXP_DECL     278 ext/pcre/pcrelib/pcre.h PCRE_EXP_DECL int  pcre_exec(const pcre *, const pcre_extra *, PCRE_SPTR,
PCRE_EXP_DECL     280 ext/pcre/pcrelib/pcre.h PCRE_EXP_DECL void pcre_free_substring(const char *);
PCRE_EXP_DECL     281 ext/pcre/pcrelib/pcre.h PCRE_EXP_DECL void pcre_free_substring_list(const char **);
PCRE_EXP_DECL     282 ext/pcre/pcrelib/pcre.h PCRE_EXP_DECL int  pcre_fullinfo(const pcre *, const pcre_extra *, int,
PCRE_EXP_DECL     284 ext/pcre/pcrelib/pcre.h PCRE_EXP_DECL int  pcre_get_named_substring(const pcre *, const char *,
PCRE_EXP_DECL     286 ext/pcre/pcrelib/pcre.h PCRE_EXP_DECL int  pcre_get_stringnumber(const pcre *, const char *);
PCRE_EXP_DECL     287 ext/pcre/pcrelib/pcre.h PCRE_EXP_DECL int  pcre_get_stringtable_entries(const pcre *, const char *,
PCRE_EXP_DECL     289 ext/pcre/pcrelib/pcre.h PCRE_EXP_DECL int  pcre_get_substring(const char *, int *, int, int,
PCRE_EXP_DECL     291 ext/pcre/pcrelib/pcre.h PCRE_EXP_DECL int  pcre_get_substring_list(const char *, int *, int,
PCRE_EXP_DECL     293 ext/pcre/pcrelib/pcre.h PCRE_EXP_DECL int  pcre_info(const pcre *, int *, int *);
PCRE_EXP_DECL     294 ext/pcre/pcrelib/pcre.h PCRE_EXP_DECL const unsigned char *pcre_maketables(void);
PCRE_EXP_DECL     295 ext/pcre/pcrelib/pcre.h PCRE_EXP_DECL int  pcre_refcount(pcre *, int);
PCRE_EXP_DECL     296 ext/pcre/pcrelib/pcre.h PCRE_EXP_DECL pcre_extra *pcre_study(const pcre *, int, const char **);
PCRE_EXP_DECL     297 ext/pcre/pcrelib/pcre.h PCRE_EXP_DECL const char *pcre_version(void);
PCRE_EXP_DECL     109 ext/pcre/pcrelib/pcre_internal.h #ifndef PCRE_EXP_DECL
PCRE_EXP_DECL     127 ext/pcre/pcrelib/pcre_internal.h #      define PCRE_EXP_DEFN       PCRE_EXP_DECL