Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_script_run.c85 PRIV(script_run)(PCRE2_SPTR ptr, PCRE2_SPTR endptr, BOOL utf) in PRIV() argument
H A Dpcre2_match.c5621 if (!PRIV(script_run)(P->eptr, Feptr, utf)) RRETURN(MATCH_NOMATCH); in match()
H A Dpcre2_jit_compile.c10050 if (PRIV(script_run)(ptr, endptr, FALSE)) in do_script_run() local
10059 if (PRIV(script_run)(ptr, endptr, TRUE)) in do_script_run_utf() local

Completed in 49 milliseconds