Searched refs:OP_JUMP (Results 1 – 3 of 3) sorted by relevance
/PHP-7.1/ext/mbstring/oniguruma/ |
H A D | regcomp.c | 867 r = add_opcode_rel_addr(reg, OP_JUMP, in compile_quantifier_node() 885 r = add_opcode_rel_addr(reg, OP_JUMP, in compile_quantifier_node() 891 r = add_opcode_rel_addr(reg, OP_JUMP, mod_tlen); in compile_quantifier_node() 947 r = add_opcode_rel_addr(reg, OP_JUMP, tlen); in compile_quantifier_node() 1093 r = add_opcode_rel_addr(reg, OP_JUMP, in compile_quantifier_node() 1103 r = add_opcode_rel_addr(reg, OP_JUMP, in compile_quantifier_node() 1111 r = add_opcode_rel_addr(reg, OP_JUMP, in compile_quantifier_node() 1124 r = add_opcode_rel_addr(reg, OP_JUMP, tlen); in compile_quantifier_node() 1147 r = add_opcode_rel_addr(reg, OP_JUMP, tlen); in compile_quantifier_node() 1351 r = add_opcode_rel_addr(reg, OP_JUMP, in compile_enclose_node() [all …]
|
H A D | regint.h | 512 OP_JUMP, enumerator
|
H A D | regexec.c | 2341 case OP_JUMP: in match_at() 2411 case OP_JUMP: MOP_IN(OP_JUMP); in match_at()
|
Completed in 54 milliseconds