Home
last modified time | relevance | path

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

/dports/devel/avro-c/avro-c-1.11.0/src/avro/
H A Dlegacy.h144 int avro_map_get_index(const avro_datum_t datum, const char *key,
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/avro/src/avro/
H A Dlegacy.h144 int avro_map_get_index(const avro_datum_t datum, const char *key,
/dports/devel/avro-c/avro-c-1.11.0/src/
H A Ddatum_value.c568 check(rval, avro_map_get_index(self, name, &real_index)); in avro_datum_value_get_by_name()
683 avro_map_get_index(self, key, &real_index); in avro_datum_value_add()
H A Ddatum.c815 int avro_map_get_index(const avro_datum_t datum, const char *key, in avro_map_get_index() function
/dports/devel/avro-c/avro-c-1.11.0/tests/
H A Dtest_avro_data.c543 if (avro_map_get_index(datum, "two", &index)) { in test_map()
552 if (!avro_map_get_index(datum, "foobar", &index)) { in test_map()
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/avro/tests/
H A Dtest_avro_data.c543 if (avro_map_get_index(datum, "two", &index)) { in test_map()
552 if (!avro_map_get_index(datum, "foobar", &index)) { in test_map()
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/avro/src/
H A Ddatum_value.c568 check(rval, avro_map_get_index(self, name, &real_index)); in avro_datum_value_get_by_name()
683 avro_map_get_index(self, key, &real_index); in avro_datum_value_add()
H A Ddatum.c815 int avro_map_get_index(const avro_datum_t datum, const char *key, in avro_map_get_index() function