Home
last modified time | relevance | path

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

/PHP-8.3/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.c6320 BOOL anchored; in pcre2_match() local
6721 anchored = ((re->overall_options | options) & PCRE2_ANCHORED) != 0; in pcre2_match()
6971 if (anchored) in pcre2_match()
7206 (!anchored && check_length < REQ_CU_MAX * 1000)) in pcre2_match()
7368 if (anchored || start_match > end_subject) break; in pcre2_match()

Completed in 37 milliseconds