Home
last modified time | relevance | path

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

/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_study.c1330 pcre_study(const pcre *external_re, int options, const char **errorptr) in pcre_study() argument
1333 pcre16_study(const pcre16 *external_re, int options, const char **errorptr) in pcre_study()
1336 pcre32_study(const pcre32 *external_re, int options, const char **errorptr) in pcre_study()
1347 const REAL_PCRE *re = (const REAL_PCRE *)external_re; in pcre_study()
1393 (void)pcre_fullinfo(external_re, NULL, PCRE_INFO_DEFAULT_TABLES, in pcre_study()
1397 (void)pcre16_fullinfo(external_re, NULL, PCRE_INFO_DEFAULT_TABLES, in pcre_study()
1401 (void)pcre32_fullinfo(external_re, NULL, PCRE_INFO_DEFAULT_TABLES, in pcre_study()
H A Dpcre_printint.src155 pcre_printint(pcre *external_re, FILE *f, BOOL print_lengths)
157 real_pcre *re = (real_pcre *)external_re;

Completed in 11 milliseconds