Searched refs:OP_UPTO (Results 1 - 7 of 7) sorted by relevance

/forgerock/web-agents-v4/pcre/
H A Dpcre_byte_order.c219 case OP_UPTO:
H A Dpcre_compile.c2019 case OP_UPTO:
2138 case OP_UPTO:
2259 case OP_UPTO:
2659 case OP_UPTO:
2890 if (c == OP_UPTO || c == OP_MINUPTO || c == OP_EXACT || c == OP_POSUPTO)
3622 list[1] = c == OP_STAR || c == OP_PLUS || c == OP_QUERY || c == OP_UPTO;
3652 case OP_UPTO:
3653 *code += OP_POSUPTO - OP_UPTO;
3769 case OP_UPTO:
5717 *code++ = OP_UPTO
[all...]
H A Dpcre_study.c495 case OP_UPTO:
1019 case OP_UPTO:
H A Dpcre_printint.c513 case OP_UPTO:
H A Dpcre_jit_compile.c691 case OP_UPTO:
999 common->private_data_ptrs[max_end - common->start - LINK_SIZE + 1] = (type == OP_BRAZERO) ? OP_UPTO : OP_MINUPTO;
1051 case OP_UPTO: \
6972 if (repeat_type == OP_UPTO)
7422 else if (repeat_type == OP_UPTO)
7808 *opcode = (*opcode == OP_CRRANGE) ? OP_UPTO : (*opcode == OP_CRMINRANGE ? OP_MINUPTO : OP_POSUPTO);
7819 if (*opcode == OP_UPTO || *opcode == OP_MINUPTO || *opcode == OP_EXACT || *opcode == OP_POSUPTO)
7908 case OP_UPTO:
7913 if (opcode == OP_STAR || opcode == OP_UPTO)
7925 if (opcode == OP_UPTO || opcod
[all...]
H A Dpcre_dfa_exec.c2490 case OP_UPTO:
H A Dpcre_exec.c3325 case OP_UPTO:

Completed in 284 milliseconds