Searched refs:external_re (Results 1 – 4 of 4) sorted by relevance
/external/pcre/dist/ |
D | pcre_printint.c | 83 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()
|
D | pcre_study.c | 1410 pcre_study(const pcre *external_re, int options, const char **errorptr) in pcre_study() argument 1413 pcre16_study(const pcre16 *external_re, int options, const char **errorptr) in pcre_study() 1416 pcre32_study(const pcre32 *external_re, int options, const char **errorptr) in pcre_study() 1427 const REAL_PCRE *re = (const REAL_PCRE *)external_re; in pcre_study() 1474 (void)pcre_fullinfo(external_re, NULL, PCRE_INFO_DEFAULT_TABLES, in pcre_study() 1478 (void)pcre16_fullinfo(external_re, NULL, PCRE_INFO_DEFAULT_TABLES, in pcre_study() 1482 (void)pcre32_fullinfo(external_re, NULL, PCRE_INFO_DEFAULT_TABLES, in pcre_study()
|
D | pcregexp.pas | 362 function pcre_exec( const external_re : pointer; 413 function pcre_study( const external_re : pointer {pcre}; in pcre_study()
|
D | pcretest.c | 150 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);
|