BER_TAG_MORE
if (root->be_len >= BER_TAG_MORE)
buf[t++] = type & ~BER_TAG_MORE;
buf[t] |= BER_TAG_MORE;
if (root->be_len < BER_TAG_MORE) {
ober_putc(ber, t | BER_TAG_MORE);
if (i == 0 && (u & ~BER_TAG_MORE) == 0) {
t = (t << 7) | (u & ~BER_TAG_MORE);
} while (u & BER_TAG_MORE);
if ((u & BER_TAG_MORE) == 0) {
n = u & ~BER_TAG_MORE;
buf[j] = v >> k | BER_TAG_MORE;