Home
last modified time | relevance | path

Searched refs:rd_kafka_DeleteTopic_new (Results 1 – 18 of 18) sorted by relevance

/dports/sysutils/vector/vector-0.10.0/cargo-crates/rdkafka-sys-2.0.0+1.4.2/librdkafka/tests/
H A D0080-admin_ut.c306 del_topics[i] = rd_kafka_DeleteTopic_new(test_mk_topic_name(__FUNCTION__, 1)); in do_test_DeleteTopics()
557 topic = rd_kafka_DeleteTopic_new("test"); in do_test_unclean_destroy()
H A D0081-admin.c328 del_topics[i] = rd_kafka_DeleteTopic_new(topic); in do_test_DeleteTopics()
H A Dtest.c4054 delt[0] = rd_kafka_DeleteTopic_new(topicname); in test_admin_delete_topic()
5194 del_topics[i] = rd_kafka_DeleteTopic_new(topics[i]); in test_DeleteTopics_simple()
/dports/net/librdkafka/librdkafka-1.8.2/tests/
H A D0080-admin_ut.c312 del_topics[i] = rd_kafka_DeleteTopic_new(test_mk_topic_name(__FUNCTION__, 1)); in do_test_DeleteTopics()
923 topic = rd_kafka_DeleteTopic_new("test"); in do_test_unclean_destroy()
H A D0081-admin.c338 del_topics[i] = rd_kafka_DeleteTopic_new(topic); in do_test_DeleteTopics()
H A Dtest.c4548 delt[0] = rd_kafka_DeleteTopic_new(topicname); in test_admin_delete_topic()
5788 del_topics[i] = rd_kafka_DeleteTopic_new(topics[i]); in test_DeleteTopics_simple()
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/plugins/out_kafka/librdkafka-1.7.0/tests/
H A D0080-admin_ut.c312 del_topics[i] = rd_kafka_DeleteTopic_new(test_mk_topic_name(__FUNCTION__, 1)); in do_test_DeleteTopics()
923 topic = rd_kafka_DeleteTopic_new("test"); in do_test_unclean_destroy()
H A D0081-admin.c338 del_topics[i] = rd_kafka_DeleteTopic_new(topic); in do_test_DeleteTopics()
H A Dtest.c4506 delt[0] = rd_kafka_DeleteTopic_new(topicname); in test_admin_delete_topic()
5746 del_topics[i] = rd_kafka_DeleteTopic_new(topics[i]); in test_DeleteTopics_simple()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/rdkafka-sys-2.0.0+1.4.2/librdkafka/src/
H A Drdkafka_admin.c1352 rd_kafka_DeleteTopic_t *rd_kafka_DeleteTopic_new (const char *topic) { in rd_kafka_DeleteTopic_new() function
1394 return rd_kafka_DeleteTopic_new(src->topic); in rd_kafka_DeleteTopic_copy()
H A Drdkafka.h5878 rd_kafka_DeleteTopic_new (const char *topic);
/dports/sysutils/vector/vector-0.10.0/cargo-crates/rdkafka-0.24.0/src/
H A Dadmin.rs117 NativeDeleteTopic::from_ptr(rdsys::rd_kafka_DeleteTopic_new(tn_c.as_ptr())).unwrap() in delete_topics_inner()
/dports/net/py-confluent-kafka/confluent-kafka-1.2.0/confluent_kafka/src/
H A DAdmin.c527 c_objs[i] = rd_kafka_DeleteTopic_new( in Admin_delete_topics()
/dports/net/librdkafka/librdkafka-1.8.2/src/
H A Drdkafka_admin.c1822 rd_kafka_DeleteTopic_t *rd_kafka_DeleteTopic_new (const char *topic) { in rd_kafka_DeleteTopic_new() function
1864 return rd_kafka_DeleteTopic_new(src->topic); in rd_kafka_DeleteTopic_copy()
H A Drdkafka.h6466 rd_kafka_DeleteTopic_new (const char *topic);
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/plugins/out_kafka/librdkafka-1.7.0/src/
H A Drdkafka_admin.c1813 rd_kafka_DeleteTopic_t *rd_kafka_DeleteTopic_new (const char *topic) {
1855 return rd_kafka_DeleteTopic_new(src->topic);
H A Drdkafka.h6460 rd_kafka_DeleteTopic_new (const char *topic);
/dports/sysutils/vector/vector-0.10.0/cargo-crates/rdkafka-sys-2.0.0+1.4.2/src/
H A Dbindings.rs1917 pub fn rd_kafka_DeleteTopic_new(topic: *const c_char) -> *mut rd_kafka_DeleteTopic_t; in rd_kafka_DeleteTopic_new() function