Home
last modified time | relevance | path

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

/PHP-7.3/ext/mbstring/oniguruma/src/
H A Dregcomp.c1122 len = OPSIZE_JUMP; in compile_length_quantifier_node()
1137 len += OPSIZE_PUSH + mod_tlen + OPSIZE_JUMP; in compile_length_quantifier_node()
1140 len += OPSIZE_JUMP + mod_tlen + OPSIZE_PUSH; in compile_length_quantifier_node()
1144 len = OPSIZE_JUMP + tlen; in compile_length_quantifier_node()
1157 len = OPSIZE_PUSH + OPSIZE_JUMP + tlen; in compile_length_quantifier_node()
1223 COP(reg)->jump.addr = OPSIZE_JUMP + SIZE_INC; in compile_quantifier_node()
1322 COP(reg)->push.addr = SIZE_INC + OPSIZE_JUMP; in compile_quantifier_node()
1389 + OPSIZE_CALL + OPSIZE_JUMP + OPSIZE_RETURN; in compile_length_bag_node()
1450 len += OPSIZE_JUMP + OPSIZE_ATOMIC_END; in compile_length_bag_node()
1944 r += (OPSIZE_PUSH + OPSIZE_JUMP) * (n - 1); in compile_length_tree()
[all …]
H A Dregint.h619 #define OPSIZE_JUMP 1 macro

Completed in 26 milliseconds