Home
last modified time | relevance | path

Searched refs:avro_bytes (Results 1 – 8 of 8) sorted by relevance

/dports/devel/avro-c/avro-c-1.11.0/tests/
H A Dgenerate_interop_data.c67 avro_record_set(interop, "bytesField", avro_bytes("abcd", 4)); in main()
H A Dtest_avro_data.c209 datum = avro_bytes("original", 8); in test_bytes()
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/avro/tests/
H A Dgenerate_interop_data.c67 avro_record_set(interop, "bytesField", avro_bytes("abcd", 4));
H A Dtest_avro_data.c209 datum = avro_bytes("original", 8); in test_bytes()
/dports/devel/avro-c/avro-c-1.11.0/src/avro/
H A Dlegacy.h73 avro_datum_t avro_bytes(const char *buf, int64_t len);
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/avro/src/avro/
H A Dlegacy.h73 avro_datum_t avro_bytes(const char *buf, int64_t len);
/dports/devel/avro-c/avro-c-1.11.0/src/
H A Ddatum.c156 avro_datum_t avro_bytes(const char *bytes, int64_t size) in avro_bytes() function
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/avro/src/
H A Ddatum.c156 avro_datum_t avro_bytes(const char *bytes, int64_t size) in avro_bytes() function