Lines Matching refs:OP_POSUPTO
693 case OP_POSUPTO: in next_opcode()
1380 case OP_POSUPTO: in get_framesize()
7810 if (*opcode >= OP_STAR && *opcode <= OP_POSUPTO) in get_iterator_parameters()
7867 …*opcode = (*opcode == OP_CRRANGE) ? OP_UPTO : (*opcode == OP_CRMINRANGE ? OP_MINUPTO : OP_POSUPTO); in get_iterator_parameters()
7878 if (*opcode == OP_UPTO || *opcode == OP_MINUPTO || *opcode == OP_EXACT || *opcode == OP_POSUPTO) in get_iterator_parameters()
8084 case OP_POSUPTO: in compile_iterator_matchingpath()
8087 if (opcode == OP_POSUPTO) in compile_iterator_matchingpath()
8093 if (opcode != OP_POSUPTO) in compile_iterator_matchingpath()
8359 case OP_POSUPTO: in compile_matchingpath()
8733 case OP_POSUPTO: in compile_iterator_backtrackingpath()
9505 case OP_POSUPTO: in compile_backtrackingpath()