/third_party/lwip/src/include/lwip/apps/ |
D | mqtt.h | 193 #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/curl/lib/ |
D | mqtt.c | 383 char **topic, size_t *topiclen) in mqtt_get_topic() 396 char *topic = NULL; in mqtt_subscribe() local 477 char *topic = NULL; in mqtt_publish() local
|
/third_party/libwebsockets/lib/roles/mqtt/ |
D | mqtt.c | 284 lws_mqtt_find_sub(struct _lws_mqtt_related *mqtt, const char *topic) in lws_mqtt_find_sub() 298 lws_mqtt_create_sub(struct _lws_mqtt_related *mqtt, const char *topic) in lws_mqtt_create_sub()
|
D | private-lib-roles-mqtt.h | 296 char topic[]; member 313 struct lws_mqtt_str_st *topic; member
|
/third_party/libwebsockets/include/libwebsockets/ |
D | lws-mqtt.h | 67 const char *topic; member 81 char *topic; /* Topic Name */ member 109 lws_mqtt_topic_elem_t *topic; /* Array of topic elements */ member
|
D | lws-secure-streams-policy.h | 212 const char *topic; /* stream sends on this topic */ member
|
/third_party/gn/src/gn/ |
D | standard_out.cc | 215 const std::string& topic, in PrintSectionHelp()
|
/third_party/lwip/src/apps/mqtt/ |
D | mqtt.c | 719 u8_t *topic; in mqtt_message_received() local 1097 mqtt_publish(mqtt_client_t *client, const char *topic, const void *payload, u16_t payload_length, u… in mqtt_publish() 1173 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/glib/gio/ |
D | gapplication-tool.c | 83 const struct help_topic *topic = NULL; in app_help() local
|
/third_party/curl/tests/server/ |
D | mqttd.c | 394 char *topic, char *payload, size_t payloadlen) in publish() 454 static char topic[MAX_TOPIC_LENGTH + 1]; variable
|
/third_party/python/Lib/ |
D | pydoc.py | 2115 def showtopic(self, topic, more_xrefs=''): argument 2147 def _gettopic(self, topic, more_xrefs=''): argument 2592 def html_topicpage(topic): argument
|
/third_party/boost/boost/beast/http/ |
D | field.hpp | 333 topic, enumerator
|
/third_party/ffmpeg/fftools/ |
D | cmdutils.c | 1999 char *topic, *par; in show_help() local
|
/third_party/gstreamer/gstplugins_bad/sys/decklink/win/ |
D | DeckLinkAPI.h | 7845 #define IDeckLinkNotificationCallback_Notify(This,topic,param1,param2) \ argument 7936 #define IDeckLinkNotification_Subscribe(This,topic,theCallback) \ argument 7939 #define IDeckLinkNotification_Unsubscribe(This,topic,theCallback) \ argument
|