Searched refs:lws_mqtt_topic_elem_t (Results 1 – 5 of 5) sorted by relevance
125 } lws_mqtt_topic_elem_t; typedef132 lws_mqtt_topic_elem_t *topic; /* Array of topic elements */
147 lws_mqtt_topic_elem_t topic_qos;148 lws_mqtt_topic_elem_t sub_top;
59 static lws_mqtt_topic_elem_t topics[] = {
69 static lws_mqtt_topic_elem_t topics[] = {
122 lws_malloc(sizeof(lws_mqtt_topic_elem_t), __func__); in secstream_mqtt_subscribe()