Home
last modified time | relevance | path

Searched refs:avro_record_get (Results 1 – 20 of 20) sorted by relevance

/dports/devel/avro-c/avro-c-1.11.0/src/avro/
H A Dlegacy.h119 int avro_record_get(const avro_datum_t record, const char *field_name,
130 (rc) = avro_record_get((rec), (fname), &field); \
193 (rc) = avro_record_get((rec), (fname), &field); \
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/avro/src/avro/
H A Dlegacy.h119 int avro_record_get(const avro_datum_t record, const char *field_name,
130 (rc) = avro_record_get((rec), (fname), &field); \
193 (rc) = avro_record_get((rec), (fname), &field); \
/dports/devel/avro-c/avro-c-1.11.0/src/
H A Ddatum_size.c51 avro_record_get(datum, val.field->name, in size_record()
68 avro_record_get(datum, val.name, in size_record()
H A Ddatum_validate.c166 avro_record_get(datum, val.field->name, in avro_schema_datum_validate()
H A Ddatum_value.c545 check(rval, avro_record_get(self, field_name, &child_datum)); in avro_datum_value_get_by_index()
582 check(rval, avro_record_get(self, name, &child_datum)); in avro_datum_value_get_by_name()
H A Ddatum.c505 avro_record_get(const avro_datum_t datum, const char *field_name, in avro_record_get() function
535 if (avro_record_get(datum, field_name, &old_field) == 0) { in avro_record_set()
H A Dresolver.c952 avro_record_get(dest, field_name, &field); in avro_resolver_record_field()
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/avro/src/
H A Ddatum_size.c51 avro_record_get(datum, val.field->name, in size_record()
68 avro_record_get(datum, val.name, in size_record()
H A Ddatum_validate.c166 avro_record_get(datum, val.field->name, in avro_schema_datum_validate()
H A Ddatum_value.c545 check(rval, avro_record_get(self, field_name, &child_datum)); in avro_datum_value_get_by_index()
582 check(rval, avro_record_get(self, name, &child_datum)); in avro_datum_value_get_by_name()
H A Ddatum.c505 avro_record_get(const avro_datum_t datum, const char *field_name, in avro_record_get() function
535 if (avro_record_get(datum, field_name, &old_field) == 0) { in avro_record_set()
H A Dresolver.c952 avro_record_get(dest, field_name, &field); in avro_resolver_record_field()
/dports/devel/avro-c/avro-c-1.11.0/tests/
H A Dtest_avro_1906.c101 if (avro_record_get(datum, "ab", &val_datum)) { in read_data_datum()
H A Dtest_avro_data.c414 avro_record_get(head, "next", &next); in test_nested_record()
419 avro_record_get(tail, "next", &next); in test_nested_record()
H A Dperformance.c146 avro_record_get(in, "subrec", &subrec); in test_nested_record_datum()
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/avro/tests/
H A Dtest_avro_1906.c101 if (avro_record_get(datum, "ab", &val_datum)) { in read_data_datum()
H A Dtest_avro_data.c414 avro_record_get(head, "next", &next); in test_nested_record()
419 avro_record_get(tail, "next", &next); in test_nested_record()
H A Dperformance.c146 avro_record_get(in, "subrec", &subrec); in test_nested_record_datum()
/dports/net-mgmt/pmacct/pmacct-1.7.5/
H A Dconfigure.ac857 AC_CHECK_LIB([avro], [avro_record_get])
H A Dconfigure16116 char avro_record_get ();
16120 return avro_record_get ();