Home
last modified time | relevance | path

Searched defs:topic (Results 1 – 12 of 12) sorted by relevance

/third_party/lwip/src/include/lwip/apps/
Dmqtt.h193 #define mqtt_subscribe(client, topic, qos, cb, arg) mqtt_sub_unsub(client, topic, qos, cb, arg, 1) argument
196 #define mqtt_unsubscribe(client, topic, cb, arg) mqtt_sub_unsub(client, topic, 0, cb, arg, 0) argument
/third_party/libwebsockets/include/libwebsockets/
Dlws-mqtt.h82 const char *topic; member
89 const char *topic; member
104 char *topic; /* Topic Name */ member
132 lws_mqtt_topic_elem_t *topic; /* Array of topic elements */ member
Dlws-secure-streams-policy.h309 const char *topic; /* stream sends on this topic */ member
/third_party/libwebsockets/lib/roles/mqtt/
Dmqtt.c349 lws_mqtt_validate_topic(const char *topic, size_t topiclen, uint8_t awsiot) in lws_mqtt_validate_topic()
405 lws_mqtt_create_sub(struct _lws_mqtt_related *mqtt, const char *topic) in lws_mqtt_create_sub()
Dprivate-lib-roles-mqtt.h326 char topic[]; member
343 struct lws_mqtt_str_st *topic; member
/third_party/gn/src/gn/
Dstandard_out.cc215 const std::string& topic, in PrintSectionHelp()
/third_party/lwip/src/apps/mqtt/
Dmqtt.c718 u8_t *topic; in mqtt_message_received() local
1096 mqtt_publish(mqtt_client_t *client, const char *topic, const void *payload, u16_t payload_length, u… in mqtt_publish()
1172 mqtt_sub_unsub(mqtt_client_t *client, const char *topic, u8_t qos, mqtt_request_cb_t cb, void *arg,… in mqtt_sub_unsub()
/third_party/libwebsockets/lib/secure-streams/protocols/
Dss-mqtt.c145 const char* topic, in secstream_mqtt_publish()
/third_party/lz4/tests/
Dtest-lz4-speed.py76 def send_email(emails, topic, text, have_mutt, have_mail): argument
/third_party/python/Lib/
Dpydoc.py2116 def showtopic(self, topic, more_xrefs=''): argument
2148 def _gettopic(self, topic, more_xrefs=''): argument
2577 def html_topicpage(topic): argument
/third_party/ffmpeg/fftools/
Dcmdutils.c1998 char *topic, *par; in show_help() local
/third_party/gstreamer/gstplugins_bad/sys/decklink/win/
DDeckLinkAPI.h8738 #define IDeckLinkNotificationCallback_Notify(This,topic,param1,param2) \ argument
8829 #define IDeckLinkNotification_Subscribe(This,topic,theCallback) \ argument
8832 #define IDeckLinkNotification_Unsubscribe(This,topic,theCallback) \ argument
10281 #define IDeckLinkNotification_v10_11_Subscribe(This,topic,theCallback) \ argument
10284 #define IDeckLinkNotification_v10_11_Unsubscribe(This,topic,theCallback) \ argument