#include <yaz/odr.h>
#include <yaz/z-core.h>
Go to the source code of this file.
Generated automatically by YAZ ASN.1 Compiler 0.4
Definition in file z-uifr1.h.
| #define Z_QueryExpression_query 2 |
| #define Z_QueryExpression_term 1 |
| #define Z_ResultsByDB_s_all 1 |
| #define Z_ResultsByDB_s_list 2 |
| typedef struct Z_QueryExpression Z_QueryExpression |
| typedef struct Z_QueryExpressionTerm Z_QueryExpressionTerm |
| typedef struct Z_ResultsByDB Z_ResultsByDB |
| typedef struct Z_ResultsByDB_s Z_ResultsByDB_s |
| typedef struct Z_ResultsByDB_sList Z_ResultsByDB_sList |
| typedef struct Z_SearchInfoReport Z_SearchInfoReport |
| typedef struct Z_SearchInfoReport_s Z_SearchInfoReport_s |
| int z_QueryExpression | ( | ODR | o, | |
| Z_QueryExpression ** | p, | |||
| int | opt, | |||
| const char * | name | |||
| ) |
Definition at line 103 of file z-uifr1.c.
References odr::direction, odr_choice(), ODR_DECODE, ODR_EXPLICIT, ODR_IMPLICIT, odr_initmember(), odr_missing(), odr_arm::which, z_Query(), Z_QueryExpression_query, Z_QueryExpression_term, and z_QueryExpressionTerm().
Referenced by z_SearchInfoReport_s().
| int z_QueryExpressionTerm | ( | ODR | o, | |
| Z_QueryExpressionTerm ** | p, | |||
| int | opt, | |||
| const char * | name | |||
| ) |
Definition at line 91 of file z-uifr1.c.
References odr_explicit_tag, odr_implicit_tag, odr_missing(), odr_ok, odr_sequence_begin(), odr_sequence_end(), z_InternationalString(), and z_Term().
Referenced by z_QueryExpression().
| int z_ResultsByDB | ( | ODR | o, | |
| Z_ResultsByDB ** | p, | |||
| int | opt, | |||
| const char * | name | |||
| ) |
Definition at line 79 of file z-uifr1.c.
References odr::direction, ODR_DECODE, odr_initmember(), odr_missing(), odr_sequence_of(), and z_ResultsByDB_s().
Referenced by z_SearchInfoReport_s().
| int z_ResultsByDB_s | ( | ODR | o, | |
| Z_ResultsByDB_s ** | p, | |||
| int | opt, | |||
| const char * | name | |||
| ) |
Definition at line 57 of file z-uifr1.c.
References odr_choice(), odr_constructed_begin(), odr_constructed_end(), ODR_CONTEXT, ODR_IMPLICIT, odr_implicit_tag, odr_integer(), odr_missing(), odr_null(), odr_ok, odr_sequence_begin(), odr_sequence_end(), odr_arm::which, z_InternationalString(), Z_ResultsByDB_s_all, Z_ResultsByDB_s_list, and z_ResultsByDB_sList().
Referenced by z_ResultsByDB().
| int z_ResultsByDB_sList | ( | ODR | o, | |
| Z_ResultsByDB_sList ** | p, | |||
| int | opt, | |||
| const char * | name | |||
| ) |
Definition at line 45 of file z-uifr1.c.
References odr::direction, ODR_DECODE, odr_initmember(), odr_missing(), odr_sequence_of(), and z_DatabaseName().
Referenced by z_ResultsByDB_s().
| int z_SearchInfoReport | ( | ODR | o, | |
| Z_SearchInfoReport ** | p, | |||
| int | opt, | |||
| const char * | name | |||
| ) |
Definition at line 33 of file z-uifr1.c.
References odr::direction, ODR_DECODE, odr_initmember(), odr_missing(), odr_sequence_of(), and z_SearchInfoReport_s().
Referenced by z_External().
| int z_SearchInfoReport_s | ( | ODR | o, | |
| Z_SearchInfoReport_s ** | p, | |||
| int | opt, | |||
| const char * | name | |||
| ) |
Definition at line 9 of file z-uifr1.c.
References odr_bool(), ODR_CONTEXT, odr_explicit_tag, odr_implicit_tag, odr_integer(), odr_missing(), odr_ok, odr_sequence_begin(), odr_sequence_end(), z_InternationalString(), z_IntUnit(), z_QueryExpression(), and z_ResultsByDB().
Referenced by z_SearchInfoReport().
1.5.6