|
YAZ 5.35.1
|
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) ((o)->op->size - ((o)->op->bp - (o)->op->buf)) |
| #define | ODR_MAX_STACK 2000 |
| #define | ODR_STACK_POP(x) (x)->op->stack_top = (x)->op->stack_top->prev |
| #define | ODR_STACK_EMPTY(x) (!(x)->op->stack_top) |
| #define | ODR_STACK_NOT_EMPTY(x) ((x)->op->stack_top) |
| #define | odr_tell(o) ((o)->op->pos) |
| #define | odr_putc(o, c) |
Internal ODR definitions.
Definition in file odr-priv.h.
| #define odr_max | ( | o | ) | ((o)->op->size - ((o)->op->bp - (o)->op->buf)) |
Definition at line 47 of file odr-priv.h.
| #define ODR_MAX_STACK 2000 |
Definition at line 78 of file odr-priv.h.
| #define odr_putc | ( | o, | |
| c | |||
| ) |
Definition at line 129 of file odr-priv.h.
| #define ODR_STACK_EMPTY | ( | x | ) | (!(x)->op->stack_top) |
Definition at line 118 of file odr-priv.h.
| #define ODR_STACK_NOT_EMPTY | ( | x | ) | ((x)->op->stack_top) |
Definition at line 119 of file odr-priv.h.
| #define ODR_STACK_POP | ( | x | ) | (x)->op->stack_top = (x)->op->stack_top->prev |
Definition at line 117 of file odr-priv.h.
| #define odr_tell | ( | o | ) | ((o)->op->pos) |
Definition at line 121 of file odr-priv.h.