Searched refs:OP_EXTUNI_EXTRA (Results 1 – 1 of 1) sorted by relevance
101 #define OP_EXTUNI_EXTRA 320 macro669 case OP_EXTUNI: codevalue += OP_EXTUNI_EXTRA; break; in internal_dfa_match()1367 case OP_EXTUNI_EXTRA + OP_TYPEPLUS: in internal_dfa_match()1368 case OP_EXTUNI_EXTRA + OP_TYPEMINPLUS: in internal_dfa_match()1369 case OP_EXTUNI_EXTRA + OP_TYPEPOSPLUS: in internal_dfa_match()1377 if (count > 0 && codevalue == OP_EXTUNI_EXTRA + OP_TYPEPOSPLUS) in internal_dfa_match()1619 case OP_EXTUNI_EXTRA + OP_TYPEQUERY: in internal_dfa_match()1620 case OP_EXTUNI_EXTRA + OP_TYPEMINQUERY: in internal_dfa_match()1621 case OP_EXTUNI_EXTRA + OP_TYPEPOSQUERY: in internal_dfa_match()1625 case OP_EXTUNI_EXTRA + OP_TYPESTAR: in internal_dfa_match()[all …]