|
YAZ 5.37.0
|
Internal ODR definitions. More...
Go to the source code of this file.
Data Structures | |
| struct | Odr_ber_tag |
| Utility structure used by ber_tag. More... | |
| struct | odr_constack |
| stack for BER constructed items More... | |
| struct | Odr_private |
| ODR private data. More... | |
Macros | |
| #define | odr_max(o) |
| #define | ODR_MAX_STACK 2000 |
| #define | ODR_STACK_POP(x) |
| #define | ODR_STACK_EMPTY(x) |
| #define | ODR_STACK_NOT_EMPTY(x) |
| #define | odr_tell(o) |
| #define | odr_putc(o, c) |
Internal ODR definitions.
Definition in file odr-priv.h.
| #define odr_max | ( | o | ) |
Definition at line 47 of file odr-priv.h.
Referenced by ber_any(), ber_bitstring(), ber_boolean(), ber_integer(), ber_null(), ber_octetstring(), ber_oidc(), ber_tag(), odr_choice(), odr_constructed_begin(), and odr_peektag().
| #define ODR_MAX_STACK 2000 |
Definition at line 78 of file odr-priv.h.
Referenced by odr_constructed_begin().
| #define odr_putc | ( | o, | |
| c ) |
Definition at line 129 of file odr-priv.h.
Referenced by ber_bitstring(), ber_boolean(), ber_enclen(), ber_enctag(), ber_null(), ber_oidc(), and odr_constructed_end().
| #define ODR_STACK_EMPTY | ( | x | ) |
Definition at line 118 of file odr-priv.h.
Referenced by ber_tag(), odr_constructed_end(), and odr_constructed_more().
| #define ODR_STACK_NOT_EMPTY | ( | x | ) |
Definition at line 119 of file odr-priv.h.
Referenced by ber_tag(), and odr_peektag().
| #define ODR_STACK_POP | ( | x | ) |
Definition at line 117 of file odr-priv.h.
Referenced by odr_constructed_begin(), and odr_constructed_end().
| #define odr_tell | ( | o | ) |
Definition at line 121 of file odr-priv.h.
Referenced by ber_enclen(), ber_oidc(), odr_constructed_begin(), and odr_constructed_end().