Searched refs:last_arg_offset (Results 1 – 2 of 2) sorted by relevance
171 supp_op.str.str = opstr.str.str + opstr.last_arg_offset; in serialize()172 if ( unlikely (!(opstr.str.len >= opstr.last_arg_offset + 3))) in serialize()174 supp_op.str.len = opstr.str.len - opstr.last_arg_offset; in serialize()209 …return ((OpCode_Size (OpCode_shortint) + 2) * 2) + (opstr.str.len - opstr.last_arg_offset)/* suppl… in calculate_serialized_size()
690 unsigned int last_arg_offset; member728 val.last_arg_offset = (env.last_offset-1) - dictval.opStart; /* offset to the last argument */ in process_op()