Home
last modified time | relevance | path

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

/PHP-8.2/ext/pcre/pcre2lib/
H A Dpcre2_dfa_match.c3311 BOOL utf, anchored, startline, firstline; in pcre2_dfa_match() local
3420 anchored = (options & (PCRE2_ANCHORED|PCRE2_DFA_RESTART)) != 0 || in pcre2_dfa_match()
3689 if (anchored) in pcre2_dfa_match()
3911 (!anchored && check_length < REQ_CU_MAX * 1000)) in pcre2_dfa_match()
3990 if (rc != PCRE2_ERROR_NOMATCH || anchored) in pcre2_dfa_match()
H A Dpcre2_match.c6306 BOOL anchored; in pcre2_match() local
6715 anchored = ((re->overall_options | options) & PCRE2_ANCHORED) != 0; in pcre2_match()
6964 if (anchored) in pcre2_match()
7199 (!anchored && check_length < REQ_CU_MAX * 1000)) in pcre2_match()
7361 if (anchored || start_match > end_subject) break; in pcre2_match()

Completed in 28 milliseconds