|
YAZ 5.35.1
|
Implements BER dumping. More...
Go to the source code of this file.
Functions | |
| static int | do_dumpBER (FILE *f, const char *buf, int len, int level, int offset) |
| int | odr_dumpBER (FILE *f, const char *buf, int len) |
Implements BER dumping.
Definition in file dumpber.c.
|
static |
Definition at line 18 of file dumpber.c.
References ber_declen(), ber_dectag(), do_dumpBER(), ODR_CONTEXT, and ODR_UNIVERSAL.
Referenced by do_dumpBER(), and odr_dumpBER().
| int odr_dumpBER | ( | FILE * | f, |
| const char * | buf, | ||
| int | len | ||
| ) |
Definition at line 129 of file dumpber.c.
References do_dumpBER().
Referenced by do_read(), ir_read(), and ztest_esrequest().