#include <stdio.h>
#include "odr-priv.h"
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) |
Definition in file dumpber.c.
| static int do_dumpBER | ( | FILE * | f, | |
| const char * | buf, | |||
| int | len, | |||
| int | level, | |||
| int | offset | |||
| ) | [static] |
Definition at line 18 of file dumpber.c.
References ber_declen(), ber_dectag(), ODR_CONTEXT, and ODR_UNIVERSAL.
Referenced by odr_dumpBER().
| int odr_dumpBER | ( | FILE * | f, | |
| const char * | buf, | |||
| int | len | |||
| ) |
Definition at line 124 of file dumpber.c.
References do_dumpBER().
Referenced by do_read(), ir_read(), and ztest_esrequest().
1.5.6