Home
last modified time | relevance | path

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

/PHP-5.6/ext/pcre/pcrelib/
H A 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()

Completed in 8 milliseconds