Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_dfa_match.c2839 PCRE2_UCHAR condcode; in internal_dfa_match() local
2856 condcode = code[LINK_SIZE+1]; in internal_dfa_match()
2861 if (condcode == OP_CREF || condcode == OP_DNCREF || in internal_dfa_match()
2862 condcode == OP_DNRREF) in internal_dfa_match()
2868 if (condcode == OP_FALSE || condcode == OP_FAIL) in internal_dfa_match()
2873 else if (condcode == OP_TRUE) in internal_dfa_match()
2880 else if (condcode == OP_RREF) in internal_dfa_match()
2929 (condcode == OP_ASSERT || condcode == OP_ASSERTBACK)) in internal_dfa_match()

Completed in 10 milliseconds