PCRE_EXP_DECL      55 pcre/pcrelib/pcre.h #  ifndef PCRE_EXP_DECL
PCRE_EXP_DECL      70 pcre/pcrelib/pcre.h #ifndef PCRE_EXP_DECL
PCRE_EXP_DECL     389 pcre/pcrelib/pcre.h PCRE_EXP_DECL void *(*pcre_malloc)(size_t);
PCRE_EXP_DECL     390 pcre/pcrelib/pcre.h PCRE_EXP_DECL void  (*pcre_free)(void *);
PCRE_EXP_DECL     391 pcre/pcrelib/pcre.h PCRE_EXP_DECL void *(*pcre_stack_malloc)(size_t);
PCRE_EXP_DECL     392 pcre/pcrelib/pcre.h PCRE_EXP_DECL void  (*pcre_stack_free)(void *);
PCRE_EXP_DECL     393 pcre/pcrelib/pcre.h PCRE_EXP_DECL int   (*pcre_callout)(pcre_callout_block *);
PCRE_EXP_DECL     395 pcre/pcrelib/pcre.h PCRE_EXP_DECL void *(*pcre16_malloc)(size_t);
PCRE_EXP_DECL     396 pcre/pcrelib/pcre.h PCRE_EXP_DECL void  (*pcre16_free)(void *);
PCRE_EXP_DECL     397 pcre/pcrelib/pcre.h PCRE_EXP_DECL void *(*pcre16_stack_malloc)(size_t);
PCRE_EXP_DECL     398 pcre/pcrelib/pcre.h PCRE_EXP_DECL void  (*pcre16_stack_free)(void *);
PCRE_EXP_DECL     399 pcre/pcrelib/pcre.h PCRE_EXP_DECL int   (*pcre16_callout)(pcre16_callout_block *);
PCRE_EXP_DECL     401 pcre/pcrelib/pcre.h PCRE_EXP_DECL void *pcre_malloc(size_t);
PCRE_EXP_DECL     402 pcre/pcrelib/pcre.h PCRE_EXP_DECL void  pcre_free(void *);
PCRE_EXP_DECL     403 pcre/pcrelib/pcre.h PCRE_EXP_DECL void *pcre_stack_malloc(size_t);
PCRE_EXP_DECL     404 pcre/pcrelib/pcre.h PCRE_EXP_DECL void  pcre_stack_free(void *);
PCRE_EXP_DECL     405 pcre/pcrelib/pcre.h PCRE_EXP_DECL int   pcre_callout(pcre_callout_block *);
PCRE_EXP_DECL     407 pcre/pcrelib/pcre.h PCRE_EXP_DECL void *pcre16_malloc(size_t);
PCRE_EXP_DECL     408 pcre/pcrelib/pcre.h PCRE_EXP_DECL void  pcre16_free(void *);
PCRE_EXP_DECL     409 pcre/pcrelib/pcre.h PCRE_EXP_DECL void *pcre16_stack_malloc(size_t);
PCRE_EXP_DECL     410 pcre/pcrelib/pcre.h PCRE_EXP_DECL void  pcre16_stack_free(void *);
PCRE_EXP_DECL     411 pcre/pcrelib/pcre.h PCRE_EXP_DECL int   pcre16_callout(pcre16_callout_block *);
PCRE_EXP_DECL     421 pcre/pcrelib/pcre.h PCRE_EXP_DECL pcre *pcre_compile(const char *, int, const char **, int *,
PCRE_EXP_DECL     423 pcre/pcrelib/pcre.h PCRE_EXP_DECL pcre16 *pcre16_compile(PCRE_SPTR16, int, const char **, int *,
PCRE_EXP_DECL     425 pcre/pcrelib/pcre.h PCRE_EXP_DECL pcre *pcre_compile2(const char *, int, int *, const char **,
PCRE_EXP_DECL     427 pcre/pcrelib/pcre.h PCRE_EXP_DECL pcre16 *pcre16_compile2(PCRE_SPTR16, int, int *, const char **,
PCRE_EXP_DECL     429 pcre/pcrelib/pcre.h PCRE_EXP_DECL int  pcre_config(int, void *);
PCRE_EXP_DECL     430 pcre/pcrelib/pcre.h PCRE_EXP_DECL int  pcre16_config(int, void *);
PCRE_EXP_DECL     431 pcre/pcrelib/pcre.h PCRE_EXP_DECL int  pcre_copy_named_substring(const pcre *, const char *,
PCRE_EXP_DECL     433 pcre/pcrelib/pcre.h PCRE_EXP_DECL int  pcre16_copy_named_substring(const pcre16 *, PCRE_SPTR16,
PCRE_EXP_DECL     435 pcre/pcrelib/pcre.h PCRE_EXP_DECL int  pcre_copy_substring(const char *, int *, int, int,
PCRE_EXP_DECL     437 pcre/pcrelib/pcre.h PCRE_EXP_DECL int  pcre16_copy_substring(PCRE_SPTR16, int *, int, int,
PCRE_EXP_DECL     439 pcre/pcrelib/pcre.h PCRE_EXP_DECL int  pcre_dfa_exec(const pcre *, const pcre_extra *,
PCRE_EXP_DECL     441 pcre/pcrelib/pcre.h PCRE_EXP_DECL int  pcre16_dfa_exec(const pcre16 *, const pcre16_extra *,
PCRE_EXP_DECL     443 pcre/pcrelib/pcre.h PCRE_EXP_DECL int  pcre_exec(const pcre *, const pcre_extra *, PCRE_SPTR,
PCRE_EXP_DECL     445 pcre/pcrelib/pcre.h PCRE_EXP_DECL int  pcre16_exec(const pcre16 *, const pcre16_extra *,
PCRE_EXP_DECL     447 pcre/pcrelib/pcre.h PCRE_EXP_DECL void pcre_free_substring(const char *);
PCRE_EXP_DECL     448 pcre/pcrelib/pcre.h PCRE_EXP_DECL void pcre16_free_substring(PCRE_SPTR16);
PCRE_EXP_DECL     449 pcre/pcrelib/pcre.h PCRE_EXP_DECL void pcre_free_substring_list(const char **);
PCRE_EXP_DECL     450 pcre/pcrelib/pcre.h PCRE_EXP_DECL void pcre16_free_substring_list(PCRE_SPTR16 *);
PCRE_EXP_DECL     451 pcre/pcrelib/pcre.h PCRE_EXP_DECL int  pcre_fullinfo(const pcre *, const pcre_extra *, int,
PCRE_EXP_DECL     453 pcre/pcrelib/pcre.h PCRE_EXP_DECL int  pcre16_fullinfo(const pcre16 *, const pcre16_extra *, int,
PCRE_EXP_DECL     455 pcre/pcrelib/pcre.h PCRE_EXP_DECL int  pcre_get_named_substring(const pcre *, const char *,
PCRE_EXP_DECL     457 pcre/pcrelib/pcre.h PCRE_EXP_DECL int  pcre16_get_named_substring(const pcre16 *, PCRE_SPTR16,
PCRE_EXP_DECL     459 pcre/pcrelib/pcre.h PCRE_EXP_DECL int  pcre_get_stringnumber(const pcre *, const char *);
PCRE_EXP_DECL     460 pcre/pcrelib/pcre.h PCRE_EXP_DECL int  pcre16_get_stringnumber(const pcre16 *, PCRE_SPTR16);
PCRE_EXP_DECL     461 pcre/pcrelib/pcre.h PCRE_EXP_DECL int  pcre_get_stringtable_entries(const pcre *, const char *,
PCRE_EXP_DECL     463 pcre/pcrelib/pcre.h PCRE_EXP_DECL int  pcre16_get_stringtable_entries(const pcre16 *, PCRE_SPTR16,
PCRE_EXP_DECL     465 pcre/pcrelib/pcre.h PCRE_EXP_DECL int  pcre_get_substring(const char *, int *, int, int,
PCRE_EXP_DECL     467 pcre/pcrelib/pcre.h PCRE_EXP_DECL int  pcre16_get_substring(PCRE_SPTR16, int *, int, int,
PCRE_EXP_DECL     469 pcre/pcrelib/pcre.h PCRE_EXP_DECL int  pcre_get_substring_list(const char *, int *, int,
PCRE_EXP_DECL     471 pcre/pcrelib/pcre.h PCRE_EXP_DECL int  pcre16_get_substring_list(PCRE_SPTR16, int *, int,
PCRE_EXP_DECL     473 pcre/pcrelib/pcre.h PCRE_EXP_DECL const unsigned char *pcre_maketables(void);
PCRE_EXP_DECL     474 pcre/pcrelib/pcre.h PCRE_EXP_DECL const unsigned char *pcre16_maketables(void);
PCRE_EXP_DECL     475 pcre/pcrelib/pcre.h PCRE_EXP_DECL int  pcre_refcount(pcre *, int);
PCRE_EXP_DECL     476 pcre/pcrelib/pcre.h PCRE_EXP_DECL int  pcre16_refcount(pcre16 *, int);
PCRE_EXP_DECL     477 pcre/pcrelib/pcre.h PCRE_EXP_DECL pcre_extra *pcre_study(const pcre *, int, const char **);
PCRE_EXP_DECL     478 pcre/pcrelib/pcre.h PCRE_EXP_DECL pcre16_extra *pcre16_study(const pcre16 *, int, const char **);
PCRE_EXP_DECL     479 pcre/pcrelib/pcre.h PCRE_EXP_DECL void pcre_free_study(pcre_extra *);
PCRE_EXP_DECL     480 pcre/pcrelib/pcre.h PCRE_EXP_DECL void pcre16_free_study(pcre16_extra *);
PCRE_EXP_DECL     481 pcre/pcrelib/pcre.h PCRE_EXP_DECL const char *pcre_version(void);
PCRE_EXP_DECL     482 pcre/pcrelib/pcre.h PCRE_EXP_DECL const char *pcre16_version(void);
PCRE_EXP_DECL     485 pcre/pcrelib/pcre.h PCRE_EXP_DECL int  pcre_pattern_to_host_byte_order(pcre *, pcre_extra *,
PCRE_EXP_DECL     487 pcre/pcrelib/pcre.h PCRE_EXP_DECL int  pcre16_pattern_to_host_byte_order(pcre16 *, pcre16_extra *,
PCRE_EXP_DECL     489 pcre/pcrelib/pcre.h PCRE_EXP_DECL int  pcre16_utf16_to_host_byte_order(PCRE_UCHAR16 *,
PCRE_EXP_DECL     494 pcre/pcrelib/pcre.h PCRE_EXP_DECL pcre_jit_stack *pcre_jit_stack_alloc(int, int);
PCRE_EXP_DECL     495 pcre/pcrelib/pcre.h PCRE_EXP_DECL pcre16_jit_stack *pcre16_jit_stack_alloc(int, int);
PCRE_EXP_DECL     496 pcre/pcrelib/pcre.h PCRE_EXP_DECL void pcre_jit_stack_free(pcre_jit_stack *);
PCRE_EXP_DECL     497 pcre/pcrelib/pcre.h PCRE_EXP_DECL void pcre16_jit_stack_free(pcre16_jit_stack *);
PCRE_EXP_DECL     498 pcre/pcrelib/pcre.h PCRE_EXP_DECL void pcre_assign_jit_stack(pcre_extra *,
PCRE_EXP_DECL     500 pcre/pcrelib/pcre.h PCRE_EXP_DECL void pcre16_assign_jit_stack(pcre16_extra *,
PCRE_EXP_DECL     141 pcre/pcrelib/pcre_internal.h #ifndef PCRE_EXP_DECL
PCRE_EXP_DECL     159 pcre/pcrelib/pcre_internal.h #      define PCRE_EXP_DEFN       PCRE_EXP_DECL