Lines Matching refs:mod_tlen

734   int len, mod_tlen, cklen;  in compile_length_quantifier_node()  local
757 mod_tlen = tlen + (SIZE_OP_NULL_CHECK_START + SIZE_OP_NULL_CHECK_END); in compile_length_quantifier_node()
759 mod_tlen = tlen; in compile_length_quantifier_node()
768 len += SIZE_OP_PUSH + cklen + mod_tlen + SIZE_OP_JUMP; in compile_length_quantifier_node()
776 len += mod_tlen + SIZE_OP_PUSH + cklen; in compile_length_quantifier_node()
803 + mod_tlen + SIZE_OPCODE + SIZE_RELADDR + SIZE_MEMNUM; in compile_length_quantifier_node()
814 int r, mod_tlen; in compile_quantifier_node() local
860 mod_tlen = tlen + (SIZE_OP_NULL_CHECK_START + SIZE_OP_NULL_CHECK_END); in compile_quantifier_node()
862 mod_tlen = tlen; in compile_quantifier_node()
877 r = add_rel_addr(reg, mod_tlen + SIZE_OP_JUMP); in compile_quantifier_node()
880 r = add_opcode_rel_addr(reg, OP_PUSH, mod_tlen + SIZE_OP_JUMP); in compile_quantifier_node()
886 -(mod_tlen + (int )SIZE_OP_JUMP in compile_quantifier_node()
891 r = add_opcode_rel_addr(reg, OP_JUMP, mod_tlen); in compile_quantifier_node()
902 -(mod_tlen + (int )SIZE_OP_STATE_CHECK_PUSH_OR_JUMP)); in compile_quantifier_node()
905 r = add_opcode_rel_addr(reg, OP_PUSH, -(mod_tlen + (int )SIZE_OP_PUSH)); in compile_quantifier_node()
952 r = compile_range_repeat_node(qn, mod_tlen, empty_info, reg); in compile_quantifier_node()
968 int len, mod_tlen; in compile_length_quantifier_node() local
986 mod_tlen = tlen + (SIZE_OP_NULL_CHECK_START + SIZE_OP_NULL_CHECK_END); in compile_length_quantifier_node()
988 mod_tlen = tlen; in compile_length_quantifier_node()
1001 len += SIZE_OP_PUSH_OR_JUMP_EXACT1 + mod_tlen + SIZE_OP_JUMP; in compile_length_quantifier_node()
1003 len += SIZE_OP_PUSH_IF_PEEK_NEXT + mod_tlen + SIZE_OP_JUMP; in compile_length_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()
1024 + mod_tlen + SIZE_OPCODE + SIZE_RELADDR + SIZE_MEMNUM; in compile_length_quantifier_node()
1033 int i, r, mod_tlen; in compile_quantifier_node() local
1060 mod_tlen = tlen + (SIZE_OP_NULL_CHECK_START + SIZE_OP_NULL_CHECK_END); in compile_quantifier_node()
1062 mod_tlen = tlen; in compile_quantifier_node()
1088 mod_tlen + SIZE_OP_JUMP); in compile_quantifier_node()
1094 -(mod_tlen + (int )SIZE_OP_JUMP + (int )SIZE_OP_PUSH_OR_JUMP_EXACT1)); in compile_quantifier_node()
1098 mod_tlen + SIZE_OP_JUMP); in compile_quantifier_node()
1104 -(mod_tlen + (int )SIZE_OP_JUMP + (int )SIZE_OP_PUSH_IF_PEEK_NEXT)); in compile_quantifier_node()
1107 r = add_opcode_rel_addr(reg, OP_PUSH, mod_tlen + SIZE_OP_JUMP); in compile_quantifier_node()
1112 -(mod_tlen + (int )SIZE_OP_JUMP + (int )SIZE_OP_PUSH)); in compile_quantifier_node()
1116 r = add_opcode_rel_addr(reg, OP_JUMP, mod_tlen); in compile_quantifier_node()
1120 r = add_opcode_rel_addr(reg, OP_PUSH, -(mod_tlen + (int )SIZE_OP_PUSH)); in compile_quantifier_node()
1152 r = compile_range_repeat_node(qn, mod_tlen, empty_info, reg); in compile_quantifier_node()