YAZ  5.34.0
Functions
grs1disp.c File Reference

Implements display of GRS-1 records. More...

#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <yaz/proto.h>
#include <yaz/oid_db.h>

Go to the source code of this file.

Functions

static void display_variant (WRBUF w, Z_Variant *v, int level)
 
static void display_grs1 (WRBUF w, Z_GenericRecord *r, int level)
 
void yaz_display_grs1 (WRBUF wrbuf, Z_GenericRecord *r, int flags)
 Performs "pretty" display of GRS-1 record to WRBUF. More...
 

Detailed Description

Implements display of GRS-1 records.

Definition in file grs1disp.c.

Function Documentation

◆ display_grs1()

static void display_grs1 ( WRBUF  w,
Z_GenericRecord r,
int  level 
)
static

◆ display_variant()

static void display_variant ( WRBUF  w,
Z_Variant v,
int  level 
)
static

◆ yaz_display_grs1()

void yaz_display_grs1 ( WRBUF  wrbuf,
Z_GenericRecord r,
int  flags 
)

Performs "pretty" display of GRS-1 record to WRBUF.

Definition at line 125 of file grs1disp.c.

References display_grs1().

Referenced by return_record_wrbuf().