Home
last modified time | relevance | path

Searched refs:BER_TAG_MORE (Results 1 – 1 of 1) sorted by relevance

/openbsd/lib/libutil/
H A Dber.c439 buf[j] = v >> k | BER_TAG_MORE; in ober_oid2ber()
1023 if (root->be_len >= BER_TAG_MORE) in ober_calc_len()
1129 buf[t++] = type & ~BER_TAG_MORE; in ober_dump_header()
1133 buf[t] |= BER_TAG_MORE; in ober_dump_header()
1138 if (root->be_len < BER_TAG_MORE) { in ober_dump_header()
1145 ober_putc(ber, t | BER_TAG_MORE); in ober_dump_header()
1194 if (i == 0 && (u & ~BER_TAG_MORE) == 0) { in get_id()
1199 t = (t << 7) | (u & ~BER_TAG_MORE); in get_id()
1205 } while (u & BER_TAG_MORE); in get_id()
1222 if ((u & BER_TAG_MORE) == 0) { in get_len()
[all …]