|
YAZ 5.35.1
|
Implements BER INTEGER encoding and decoding. More...
Go to the source code of this file.
Functions | |
| static int | ber_encinteger (ODR o, Odr_int val) |
| static int | ber_decinteger (const char *buf, Odr_int *val, int max) |
| int | ber_integer (ODR o, Odr_int *val) |
Implements BER INTEGER encoding and decoding.
This source file implements BER encoding and decoding of the INTEGER type.
Definition in file ber_int.c.
|
static |
Definition at line 61 of file ber_int.c.
References ber_enclen(), and odr_write().
Referenced by ber_integer().
Definition at line 33 of file ber_int.c.
References ber_decinteger(), ber_encinteger(), Odr_private::bp, odr::direction, ODR_DECODE, ODR_ENCODE, odr_max, ODR_PRINT, odr_seterror(), OOTHER, odr::op, and OPROTO.
Referenced by odr_enum(), and odr_integer().