Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_dfa_match.c101 #define OP_EXTUNI_EXTRA 320 macro
810 case OP_EXTUNI: codevalue += OP_EXTUNI_EXTRA; break; in internal_dfa_match()
1508 case OP_EXTUNI_EXTRA + OP_TYPEPLUS: in internal_dfa_match()
1509 case OP_EXTUNI_EXTRA + OP_TYPEMINPLUS: in internal_dfa_match()
1510 case OP_EXTUNI_EXTRA + OP_TYPEPOSPLUS: in internal_dfa_match()
1516 if (count > 0 && codevalue == OP_EXTUNI_EXTRA + OP_TYPEPOSPLUS) in internal_dfa_match()
1749 case OP_EXTUNI_EXTRA + OP_TYPEQUERY: in internal_dfa_match()
1750 case OP_EXTUNI_EXTRA + OP_TYPEMINQUERY: in internal_dfa_match()
1751 case OP_EXTUNI_EXTRA + OP_TYPEPOSQUERY: in internal_dfa_match()
1755 case OP_EXTUNI_EXTRA + OP_TYPESTAR: in internal_dfa_match()
[all …]