Home
last modified time | relevance | path

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

/PHP-5.5/ext/mbstring/oniguruma/
H A Dregcomp.c776 len += mod_tlen + SIZE_OP_PUSH + cklen; in compile_length_quantifier_node()
791 len = SIZE_OP_PUSH + tlen; in compile_length_quantifier_node()
799 len = SIZE_OP_PUSH + cklen + SIZE_OP_JUMP + tlen; in compile_length_quantifier_node()
868 (CKN_ON ? SIZE_OP_STATE_CHECK_PUSH : SIZE_OP_PUSH)); in compile_quantifier_node()
1005 len += SIZE_OP_PUSH + mod_tlen + SIZE_OP_JUMP; in compile_length_quantifier_node()
1008 len += SIZE_OP_JUMP + mod_tlen + SIZE_OP_PUSH; in compile_length_quantifier_node()
1020 len = SIZE_OP_PUSH + SIZE_OP_JUMP + tlen; in compile_length_quantifier_node()
1138 (n - i) * tlen + (n - i - 1) * SIZE_OP_PUSH); in compile_quantifier_node()
1253 + SIZE_OP_PUSH + tlen + SIZE_OP_POP + SIZE_OP_JUMP; in compile_length_enclose_node()
1514 r += (SIZE_OP_PUSH + SIZE_OP_JUMP) * (n - 1); in compile_length_tree()
[all …]
H A Dregint.h589 #define SIZE_OP_PUSH (SIZE_OPCODE + SIZE_RELADDR) macro

Completed in 95 milliseconds