YAZ  5.34.0
Functions
dumpber.c File Reference

Implements BER dumping. More...

#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)
 

Detailed Description

Implements BER dumping.

Definition in file dumpber.c.

Function Documentation

◆ do_dumpBER()

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().

◆ 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().