Modules | |
| AVRO Handles | |
| AVRO Primitive Type Serialization | |
| AVRO Compound Type Serialization | |
Typedefs | |
| typedef avro_status_t(* | avroproc_t )(AVRO *, void *,...) |
| typedef int | bool_t |
Functions | |
| void | avro_dump_memory (AVRO *avro, FILE *fp) |
| avro_status_t | avro_getint32_raw (AVRO *avro, int32_t *value) |
| avro_status_t | avro_putint32_raw (AVRO *avro, const int32_t value) |
| avro_status_t | avro_getint64_raw (AVRO *avro, int64_t *value) |
| avro_status_t | avro_putint64_raw (AVRO *avro, const int64_t value) |
1.5.8