Home
last modified time | relevance | path

Searched refs:external_re (Results 1 – 4 of 4) sorted by relevance

/external/pcre/dist/
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) in pcre_printint() argument
306 pcre16_printint(pcre *external_re, FILE *f, BOOL print_lengths) in pcre_printint()
309 pcre32_printint(pcre *external_re, FILE *f, BOOL print_lengths) in pcre_printint()
312 REAL_PCRE *re = (REAL_PCRE *)external_re; in pcre_printint()
Dpcre_study.c1452 pcre_study(const pcre *external_re, int options, const char **errorptr) in pcre_study() argument
1455 pcre16_study(const pcre16 *external_re, int options, const char **errorptr) in pcre_study()
1458 pcre32_study(const pcre32 *external_re, int options, const char **errorptr) in pcre_study()
1470 const REAL_PCRE *re = (const REAL_PCRE *)external_re; in pcre_study()
1517 (void)pcre_fullinfo(external_re, NULL, PCRE_INFO_DEFAULT_TABLES, in pcre_study()
1521 (void)pcre16_fullinfo(external_re, NULL, PCRE_INFO_DEFAULT_TABLES, in pcre_study()
1525 (void)pcre32_fullinfo(external_re, NULL, PCRE_INFO_DEFAULT_TABLES, in pcre_study()
Dpcregexp.pas362 function pcre_exec( const external_re : pointer;
413 function pcre_study( const external_re : pointer {pcre}; in pcre_study()
Dpcretest.c150 void pcre_printint(pcre *external_re, FILE *f, BOOL print_lengths);
153 void pcre16_printint(pcre *external_re, FILE *f, BOOL print_lengths);
156 void pcre32_printint(pcre *external_re, FILE *f, BOOL print_lengths);