Home
last modified time | relevance | path

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

/PHP-8.2/ext/pcre/pcre2lib/
H A Dpcre2_dfa_match.c524 PCRE2_SPTR this_start_code, in internal_dfa_match() argument
584 if (*this_start_code == OP_ASSERTBACK || *this_start_code == OP_ASSERTBACK_NOT) in internal_dfa_match()
589 end_code = this_start_code; in internal_dfa_match()
633 end_code = this_start_code; in internal_dfa_match()
656 end_code = this_start_code; in internal_dfa_match()
673 ((*this_start_code == OP_CBRA || *this_start_code == OP_SCBRA || in internal_dfa_match()
674 *this_start_code == OP_CBRAPOS || *this_start_code == OP_SCBRAPOS) in internal_dfa_match()

Completed in 12 milliseconds