Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_dfa_match.c749 uint32_t codevalue; in internal_dfa_match() local
788 codevalue = *code; in internal_dfa_match()
807 if (coptable[codevalue] > 0) in internal_dfa_match()
840 switch (codevalue) in internal_dfa_match()
1087 ((ctypes[c] & toptable1[codevalue]) ^ toptable2[codevalue]) != 0) in internal_dfa_match()
1096 ((ctypes[c] & toptable1[codevalue]) ^ toptable2[codevalue]) != 0)) in internal_dfa_match()
2387 (codevalue == OP_POSPLUS || codevalue == OP_NOTPOSPLUS)) in internal_dfa_match()
2429 if (codevalue == OP_POSQUERY || codevalue == OP_NOTPOSQUERY) in internal_dfa_match()
2470 if (codevalue == OP_POSSTAR || codevalue == OP_NOTPOSSTAR) in internal_dfa_match()
2543 if (codevalue == OP_POSUPTO || codevalue == OP_NOTPOSUPTO) in internal_dfa_match()
[all …]

Completed in 12 milliseconds