Lines Matching refs:mod_tlen

714   int len, mod_tlen, cklen;  in compile_length_quantifier_node()  local
737 mod_tlen = tlen + (SIZE_OP_NULL_CHECK_START + SIZE_OP_NULL_CHECK_END); in compile_length_quantifier_node()
739 mod_tlen = tlen; in compile_length_quantifier_node()
748 len += SIZE_OP_PUSH + cklen + mod_tlen + SIZE_OP_JUMP; in compile_length_quantifier_node()
756 len += mod_tlen + SIZE_OP_PUSH + cklen; in compile_length_quantifier_node()
783 + mod_tlen + SIZE_OPCODE + SIZE_RELADDR + SIZE_MEMNUM; in compile_length_quantifier_node()
794 int r, mod_tlen; in compile_quantifier_node() local
840 mod_tlen = tlen + (SIZE_OP_NULL_CHECK_START + SIZE_OP_NULL_CHECK_END); in compile_quantifier_node()
842 mod_tlen = tlen; in compile_quantifier_node()
857 r = add_rel_addr(reg, mod_tlen + SIZE_OP_JUMP); in compile_quantifier_node()
860 r = add_opcode_rel_addr(reg, OP_PUSH, mod_tlen + SIZE_OP_JUMP); in compile_quantifier_node()
866 -(mod_tlen + (int )SIZE_OP_JUMP in compile_quantifier_node()
871 r = add_opcode_rel_addr(reg, OP_JUMP, mod_tlen); in compile_quantifier_node()
882 -(mod_tlen + (int )SIZE_OP_STATE_CHECK_PUSH_OR_JUMP)); in compile_quantifier_node()
885 r = add_opcode_rel_addr(reg, OP_PUSH, -(mod_tlen + (int )SIZE_OP_PUSH)); in compile_quantifier_node()
932 r = compile_range_repeat_node(qn, mod_tlen, empty_info, reg); in compile_quantifier_node()
948 int len, mod_tlen; in compile_length_quantifier_node() local
966 mod_tlen = tlen + (SIZE_OP_NULL_CHECK_START + SIZE_OP_NULL_CHECK_END); in compile_length_quantifier_node()
968 mod_tlen = tlen; in compile_length_quantifier_node()
981 len += SIZE_OP_PUSH_OR_JUMP_EXACT1 + mod_tlen + SIZE_OP_JUMP; in compile_length_quantifier_node()
983 len += SIZE_OP_PUSH_IF_PEEK_NEXT + mod_tlen + SIZE_OP_JUMP; in compile_length_quantifier_node()
985 len += SIZE_OP_PUSH + mod_tlen + SIZE_OP_JUMP; in compile_length_quantifier_node()
988 len += SIZE_OP_JUMP + mod_tlen + SIZE_OP_PUSH; in compile_length_quantifier_node()
1004 + mod_tlen + SIZE_OPCODE + SIZE_RELADDR + SIZE_MEMNUM; in compile_length_quantifier_node()
1013 int i, r, mod_tlen; in compile_quantifier_node() local
1040 mod_tlen = tlen + (SIZE_OP_NULL_CHECK_START + SIZE_OP_NULL_CHECK_END); in compile_quantifier_node()
1042 mod_tlen = tlen; in compile_quantifier_node()
1068 mod_tlen + SIZE_OP_JUMP); in compile_quantifier_node()
1074 -(mod_tlen + (int )SIZE_OP_JUMP + (int )SIZE_OP_PUSH_OR_JUMP_EXACT1)); in compile_quantifier_node()
1078 mod_tlen + SIZE_OP_JUMP); in compile_quantifier_node()
1084 -(mod_tlen + (int )SIZE_OP_JUMP + (int )SIZE_OP_PUSH_IF_PEEK_NEXT)); in compile_quantifier_node()
1087 r = add_opcode_rel_addr(reg, OP_PUSH, mod_tlen + SIZE_OP_JUMP); in compile_quantifier_node()
1092 -(mod_tlen + (int )SIZE_OP_JUMP + (int )SIZE_OP_PUSH)); in compile_quantifier_node()
1096 r = add_opcode_rel_addr(reg, OP_JUMP, mod_tlen); in compile_quantifier_node()
1100 r = add_opcode_rel_addr(reg, OP_PUSH, -(mod_tlen + (int )SIZE_OP_PUSH)); in compile_quantifier_node()
1132 r = compile_range_repeat_node(qn, mod_tlen, empty_info, reg); in compile_quantifier_node()