Home
last modified time | relevance | path

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

/dports/devel/avro-c/avro-c-1.11.0/tests/
H A Dtest_avro_data.c189 datum = avro_givebytes(bytes, sizeof(bytes), NULL); in test_bytes()
195 datum = avro_givebytes(NULL, 0, NULL); in test_bytes()
197 expected_datum = avro_givebytes(bytes, sizeof(bytes), NULL); in test_bytes()
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/avro/tests/
H A Dtest_avro_data.c189 datum = avro_givebytes(bytes, sizeof(bytes), NULL); in test_bytes()
195 datum = avro_givebytes(NULL, 0, NULL); in test_bytes()
197 expected_datum = avro_givebytes(bytes, sizeof(bytes), NULL); in test_bytes()
/dports/devel/avro-c/avro-c-1.11.0/src/avro/
H A Dlegacy.h74 avro_datum_t avro_givebytes(const char *buf, int64_t len,
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/avro/src/avro/
H A Dlegacy.h74 avro_datum_t avro_givebytes(const char *buf, int64_t len,
/dports/devel/avro-c/avro-c-1.11.0/src/
H A Ddatum.c172 avro_datum_t avro_givebytes(const char *bytes, int64_t size, in avro_givebytes() function
H A Dschema.c1605 return avro_givebytes("", 0, NULL); in avro_datum_from_schema()
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/avro/src/
H A Ddatum.c172 avro_datum_t avro_givebytes(const char *bytes, int64_t size, in avro_givebytes() function
H A Dschema.c1605 return avro_givebytes("", 0, NULL); in avro_datum_from_schema()