Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_dfa_match.c3254 BOOL utf, anchored, startline, firstline; in pcre2_dfa_match() local
3361 anchored = (options & (PCRE2_ANCHORED|PCRE2_DFA_RESTART)) != 0 || in pcre2_dfa_match()
3630 if (anchored) in pcre2_dfa_match()
3833 (!anchored && check_length < REQ_CU_MAX * 1000)) in pcre2_dfa_match()
3912 if (rc != PCRE2_ERROR_NOMATCH || anchored) in pcre2_dfa_match()
H A Dpcre2_match.c6111 BOOL anchored; in pcre2_match() local
6515 anchored = ((re->overall_options | options) & PCRE2_ANCHORED) != 0; in pcre2_match()
6753 if (anchored) in pcre2_match()
6969 (!anchored && check_length < REQ_CU_MAX * 1000)) in pcre2_match()
7131 if (anchored || start_match > end_subject) break; in pcre2_match()

Completed in 27 milliseconds