491
491
length given is smaller than the actual length of the blob, we
492
492
just store the initial bytes of the blob.
494
store_length(to, packlength, min(length, max_length), low_byte_first);
494
store_length(to, packlength, cmin(length, max_length), low_byte_first);
497
497
Store the actual blob data, which will occupy 'length' bytes.