#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-date.h.
| #define Z_DateQuarter_first 1 |
| #define Z_DateQuarter_fourth 4 |
| #define Z_DateQuarter_second 2 |
| #define Z_DateQuarter_third 3 |
| #define Z_DateSeason_autumn 4 |
| #define Z_DateSeason_spring 2 |
| #define Z_DateSeason_summer 3 |
| #define Z_DateSeason_winter 1 |
| typedef struct Z_DateFlags Z_DateFlags |
| typedef struct Z_DateMonthAndDay Z_DateMonthAndDay |
| typedef struct Z_DateQuarter Z_DateQuarter |
| typedef struct Z_DateSeason Z_DateSeason |
| typedef struct Z_DateTime Z_DateTime |
Definition at line 109 of file z-date.c.
References odr_choice(), odr_constructed_begin(), odr_constructed_end(), ODR_EXPLICIT, ODR_IMPLICIT, odr_implicit_tag, odr_integer(), odr_missing(), odr_ok, odr_sequence_begin(), odr_sequence_end(), odr_arm::which, Z_Date_julianDay, Z_Date_monthAndDay, Z_Date_quarter, Z_Date_season, Z_Date_weekNumber, z_DateFlags(), z_DateMonthAndDay(), z_DateQuarter(), and z_DateSeason().
Referenced by z_DateTime().
| int z_DateFlags | ( | ODR | o, | |
| Z_DateFlags ** | p, | |||
| int | opt, | |||
| const char * | name | |||
| ) |
Definition at line 97 of file z-date.c.
References odr_explicit_tag, odr_implicit_tag, odr_missing(), odr_null(), odr_ok, odr_sequence_begin(), odr_sequence_end(), and z_Era().
Referenced by z_Date().
| int z_DateMonthAndDay | ( | ODR | o, | |
| Z_DateMonthAndDay ** | p, | |||
| int | opt, | |||
| const char * | name | |||
| ) |
Definition at line 21 of file z-date.c.
References ODR_CONTEXT, odr_implicit_tag, odr_integer(), odr_missing(), odr_ok, odr_sequence_begin(), and odr_sequence_end().
Referenced by z_Date().
| int z_DateQuarter | ( | ODR | o, | |
| Z_DateQuarter ** | p, | |||
| int | opt, | |||
| const char * | name | |||
| ) |
Definition at line 33 of file z-date.c.
References odr::direction, odr_choice(), ODR_CONTEXT, ODR_DECODE, ODR_IMPLICIT, odr_initmember(), odr_missing(), odr_null(), odr_arm::which, Z_DateQuarter_first, Z_DateQuarter_fourth, Z_DateQuarter_second, and Z_DateQuarter_third.
Referenced by z_Date().
| int z_DateSeason | ( | ODR | o, | |
| Z_DateSeason ** | p, | |||
| int | opt, | |||
| const char * | name | |||
| ) |
Definition at line 55 of file z-date.c.
References odr::direction, odr_choice(), ODR_DECODE, ODR_IMPLICIT, odr_initmember(), odr_missing(), odr_null(), odr_arm::which, Z_DateSeason_autumn, Z_DateSeason_spring, Z_DateSeason_summer, and Z_DateSeason_winter.
Referenced by z_Date().
| int z_DateTime | ( | ODR | o, | |
| Z_DateTime ** | p, | |||
| int | opt, | |||
| const char * | name | |||
| ) |
Definition at line 9 of file z-date.c.
References ODR_CONTEXT, odr_explicit_tag, odr_missing(), odr_ok, odr_sequence_begin(), odr_sequence_end(), z_Date(), and z_Time().
Referenced by z_External().
Definition at line 77 of file z-date.c.
References odr::direction, odr_choice(), ODR_DECODE, ODR_IMPLICIT, odr_initmember(), odr_missing(), odr_null(), odr_arm::which, Z_Era_century, Z_Era_decade, and Z_Era_millennium.
Referenced by z_DateFlags().
Definition at line 137 of file z-date.c.
References odr_choice(), odr_constructed_begin(), odr_constructed_end(), ODR_IMPLICIT, odr_implicit_tag, odr_integer(), odr_missing(), odr_null(), odr_ok, odr_sequence_begin(), odr_sequence_end(), odr_arm::which, z_IntUnit(), Z_Time_local, Z_Time_utc, and Z_Time_utcOffset.
Referenced by z_DateTime().
1.5.6