Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_dfa_match.c526 PCRE2_SPTR this_start_code, in internal_dfa_match() argument
586 if (*this_start_code == OP_ASSERTBACK || *this_start_code == OP_ASSERTBACK_NOT) in internal_dfa_match()
591 end_code = this_start_code; in internal_dfa_match()
635 end_code = this_start_code; in internal_dfa_match()
658 end_code = this_start_code; in internal_dfa_match()
675 ((*this_start_code == OP_CBRA || *this_start_code == OP_SCBRA || in internal_dfa_match()
676 *this_start_code == OP_CBRAPOS || *this_start_code == OP_SCBRAPOS) in internal_dfa_match()

Completed in 19 milliseconds