Home
last modified time | relevance | path

Searched refs:avro_bytes_get (Results 1 – 6 of 6) sorted by relevance

/dports/devel/avro-c/avro-c-1.11.0/src/avro/
H A Dlegacy.h109 int avro_bytes_get(avro_datum_t datum, char **bytes, int64_t * size);
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/avro/src/avro/
H A Dlegacy.h109 int avro_bytes_get(avro_datum_t datum, char **bytes, int64_t * size);
/dports/devel/avro-c/avro-c-1.11.0/src/
H A Ddatum_value.c135 check(rval, avro_bytes_get(self, &bytes, &sz)); in avro_datum_value_get_bytes()
156 check(rval, avro_bytes_get(self, &bytes, &sz)); in avro_datum_value_grab_bytes()
H A Ddatum.c218 int avro_bytes_get(avro_datum_t datum, char **bytes, int64_t * size) in avro_bytes_get() function
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/avro/src/
H A Ddatum_value.c135 check(rval, avro_bytes_get(self, &bytes, &sz)); in avro_datum_value_get_bytes()
156 check(rval, avro_bytes_get(self, &bytes, &sz)); in avro_datum_value_grab_bytes()
H A Ddatum.c218 int avro_bytes_get(avro_datum_t datum, char **bytes, int64_t * size) in avro_bytes_get() function