|
YAZ 5.37.0
|
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 19 of file dumpber.c.
References ber_declen(), ber_dectag(), do_dumpBER(), ODR_CONTEXT, ODR_UNIVERSAL, and yaz_snprintf().
Referenced by do_dumpBER(), and odr_dumpBER().
| int odr_dumpBER | ( | FILE * | f, |
| const char * | buf, | ||
| int | len ) |
Definition at line 130 of file dumpber.c.
References do_dumpBER().
Referenced by do_read(), ir_read(), and ztest_esrequest().