Home
last modified time | relevance | path

Searched defs:rd_kafka_DeleteTopic_s (Results 1 – 4 of 4) sorted by relevance

/dports/sysutils/vector/vector-0.10.0/cargo-crates/rdkafka-sys-2.0.0+1.4.2/librdkafka/src/
H A Drdkafka_admin.h130 struct rd_kafka_DeleteTopic_s { struct
131 char *topic; /**< Points to data */
132 char data[1]; /**< The topic name is allocated along with
/dports/net/librdkafka/librdkafka-1.8.2/src/
H A Drdkafka_admin.h129 struct rd_kafka_DeleteTopic_s { struct
130 char *topic; /**< Points to data */
131 char data[1]; /**< The topic name is allocated along with
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/plugins/out_kafka/librdkafka-1.7.0/src/
H A Drdkafka_admin.h129 struct rd_kafka_DeleteTopic_s { struct
130 char *topic; /**< Points to data */
131 char data[1]; /**< The topic name is allocated along with
/dports/sysutils/vector/vector-0.10.0/cargo-crates/rdkafka-sys-2.0.0+1.4.2/src/
H A Dbindings.rs1912 pub struct rd_kafka_DeleteTopic_s { struct
1915 pub type rd_kafka_DeleteTopic_t = rd_kafka_DeleteTopic_s; argument