YAZ 5.37.0
z-uifr1.h File Reference

ASN.1 Module UserInfoFormat-searchResult-1. More...

#include <yaz/odr.h>
#include <yaz/z-core.h>

Go to the source code of this file.

Data Structures

struct  Z_SearchInfoReport_s
struct  Z_SearchInfoReport
struct  Z_ResultsByDB_sList
struct  Z_ResultsByDB_s
struct  Z_ResultsByDB
struct  Z_QueryExpressionTerm
struct  Z_QueryExpression

Macros

#define Z_ResultsByDB_s_all   1
#define Z_ResultsByDB_s_list   2
#define Z_QueryExpression_term   1
#define Z_QueryExpression_query   2

Typedefs

typedef struct Z_SearchInfoReport_s Z_SearchInfoReport_s
typedef struct Z_SearchInfoReport Z_SearchInfoReport
typedef struct Z_ResultsByDB_sList Z_ResultsByDB_sList
typedef struct Z_ResultsByDB_s Z_ResultsByDB_s
typedef struct Z_ResultsByDB Z_ResultsByDB
typedef struct Z_QueryExpressionTerm Z_QueryExpressionTerm
typedef struct Z_QueryExpression Z_QueryExpression

Functions

int z_SearchInfoReport_s (ODR o, Z_SearchInfoReport_s **p, int opt, const char *name)
int z_SearchInfoReport (ODR o, Z_SearchInfoReport **p, int opt, const char *name)
int z_ResultsByDB_sList (ODR o, Z_ResultsByDB_sList **p, int opt, const char *name)
int z_ResultsByDB_s (ODR o, Z_ResultsByDB_s **p, int opt, const char *name)
int z_ResultsByDB (ODR o, Z_ResultsByDB **p, int opt, const char *name)
int z_QueryExpressionTerm (ODR o, Z_QueryExpressionTerm **p, int opt, const char *name)
int z_QueryExpression (ODR o, Z_QueryExpression **p, int opt, const char *name)

Detailed Description

ASN.1 Module UserInfoFormat-searchResult-1.

Generated automatically by YAZ ASN.1 Compiler 0.4

Definition in file z-uifr1.h.

Macro Definition Documentation

◆ Z_QueryExpression_query

#define Z_QueryExpression_query   2

Definition at line 91 of file z-uifr1.h.

Referenced by handle_queryExpression(), and z_QueryExpression().

◆ Z_QueryExpression_term

#define Z_QueryExpression_term   1

Definition at line 90 of file z-uifr1.h.

Referenced by handle_queryExpression(), and z_QueryExpression().

◆ Z_ResultsByDB_s_all

#define Z_ResultsByDB_s_all   1

Definition at line 68 of file z-uifr1.h.

Referenced by z_ResultsByDB_s().

◆ Z_ResultsByDB_s_list

#define Z_ResultsByDB_s_list   2

Definition at line 69 of file z-uifr1.h.

Referenced by z_ResultsByDB_s().

Typedef Documentation

◆ Z_QueryExpression

typedef struct Z_QueryExpression Z_QueryExpression

Definition at line 34 of file z-uifr1.h.

◆ Z_QueryExpressionTerm

typedef struct Z_QueryExpressionTerm Z_QueryExpressionTerm

Definition at line 31 of file z-uifr1.h.

◆ Z_ResultsByDB

typedef struct Z_ResultsByDB Z_ResultsByDB

Definition at line 28 of file z-uifr1.h.

◆ Z_ResultsByDB_s

typedef struct Z_ResultsByDB_s Z_ResultsByDB_s

Definition at line 25 of file z-uifr1.h.

◆ Z_ResultsByDB_sList

typedef struct Z_ResultsByDB_sList Z_ResultsByDB_sList

Definition at line 22 of file z-uifr1.h.

◆ Z_SearchInfoReport

typedef struct Z_SearchInfoReport Z_SearchInfoReport

Definition at line 19 of file z-uifr1.h.

◆ Z_SearchInfoReport_s

typedef struct Z_SearchInfoReport_s Z_SearchInfoReport_s

Definition at line 16 of file z-uifr1.h.

Function Documentation

◆ z_QueryExpression()

◆ z_QueryExpressionTerm()

int z_QueryExpressionTerm ( ODR o,
Z_QueryExpressionTerm ** p,
int opt,
const char * name )

◆ z_ResultsByDB()

int z_ResultsByDB ( ODR o,
Z_ResultsByDB ** p,
int opt,
const char * name )

◆ z_ResultsByDB_s()

◆ z_ResultsByDB_sList()

int z_ResultsByDB_sList ( ODR o,
Z_ResultsByDB_sList ** p,
int opt,
const char * name )

◆ z_SearchInfoReport()

int z_SearchInfoReport ( ODR o,
Z_SearchInfoReport ** p,
int opt,
const char * name )

◆ z_SearchInfoReport_s()