Searched refs:external_re (Results 1 - 2 of 2) sorted by relevance

/forgerock/web-agents-v4/pcre/
H A Dpcre_printint.c83 void pcre_printint(pcre *external_re, FILE *f, BOOL print_lengths);
85 void pcre16_printint(pcre *external_re, FILE *f, BOOL print_lengths);
87 void pcre32_printint(pcre *external_re, FILE *f, BOOL print_lengths);
303 pcre_printint(pcre *external_re, FILE *f, BOOL print_lengths) argument
306 pcre16_printint(pcre *external_re, FILE *f, BOOL print_lengths)
309 pcre32_printint(pcre *external_re, FILE *f, BOOL print_lengths)
312 REAL_PCRE *re = (REAL_PCRE *)external_re;
H A Dpcre_study.c1410 pcre_study(const pcre *external_re, int options, const char **errorptr) argument
1413 pcre16_study(const pcre16 *external_re, int options, const char **errorptr)
1416 pcre32_study(const pcre32 *external_re, int options, const char **errorptr)
1427 const REAL_PCRE *re = (const REAL_PCRE *)external_re;
1474 (void)pcre_fullinfo(external_re, NULL, PCRE_INFO_DEFAULT_TABLES,
1478 (void)pcre16_fullinfo(external_re, NULL, PCRE_INFO_DEFAULT_TABLES,
1482 (void)pcre32_fullinfo(external_re, NULL, PCRE_INFO_DEFAULT_TABLES,

Completed in 85 milliseconds