external_re        81 ext/pcre/pcrelib/pcre_printint.c void pcre_printint(pcre *external_re, FILE *f, BOOL print_lengths);
external_re        83 ext/pcre/pcrelib/pcre_printint.c void pcre16_printint(pcre *external_re, FILE *f, BOOL print_lengths);
external_re        85 ext/pcre/pcrelib/pcre_printint.c void pcre32_printint(pcre *external_re, FILE *f, BOOL print_lengths);
external_re       301 ext/pcre/pcrelib/pcre_printint.c pcre_printint(pcre *external_re, FILE *f, BOOL print_lengths)
external_re       304 ext/pcre/pcrelib/pcre_printint.c pcre16_printint(pcre *external_re, FILE *f, BOOL print_lengths)
external_re       307 ext/pcre/pcrelib/pcre_printint.c pcre32_printint(pcre *external_re, FILE *f, BOOL print_lengths)
external_re       310 ext/pcre/pcrelib/pcre_printint.c REAL_PCRE *re = (REAL_PCRE *)external_re;
external_re      1450 ext/pcre/pcrelib/pcre_study.c pcre_study(const pcre *external_re, int options, const char **errorptr)
external_re      1453 ext/pcre/pcrelib/pcre_study.c pcre16_study(const pcre16 *external_re, int options, const char **errorptr)
external_re      1456 ext/pcre/pcrelib/pcre_study.c pcre32_study(const pcre32 *external_re, int options, const char **errorptr)
external_re      1468 ext/pcre/pcrelib/pcre_study.c const REAL_PCRE *re = (const REAL_PCRE *)external_re;
external_re      1515 ext/pcre/pcrelib/pcre_study.c     (void)pcre_fullinfo(external_re, NULL, PCRE_INFO_DEFAULT_TABLES,
external_re      1519 ext/pcre/pcrelib/pcre_study.c     (void)pcre16_fullinfo(external_re, NULL, PCRE_INFO_DEFAULT_TABLES,
external_re      1523 ext/pcre/pcrelib/pcre_study.c     (void)pcre32_fullinfo(external_re, NULL, PCRE_INFO_DEFAULT_TABLES,