Home
last modified time | relevance | path

Searched refs:buflist_unacked (Results 1 - 2 of 2) sorted by relevance

/third_party/libwebsockets/lib/secure-streams/protocols/
H A Dss-mqtt.c47 lws_buflist_destroy_all_segments(&h->u.mqtt.buflist_unacked); in secstream_mqtt_cleanup()
215 if (lws_buflist_append_segment(&h->u.mqtt.buflist_unacked, in secstream_mqtt_publish()
255 len = lws_buflist_next_segment_len(&h->u.mqtt.buflist_unacked, in secstream_mqtt_resend()
282 lws_buflist_use_segment(&h->u.mqtt.buflist_unacked, len); in secstream_mqtt_resend()
285 lws_buflist_destroy_all_segments(&h->u.mqtt.buflist_unacked); in secstream_mqtt_resend()
743 lws_buflist_destroy_all_segments(&h->u.mqtt.buflist_unacked); in secstream_mqtt()
769 (uint32_t)lws_buflist_total_len(&h->u.mqtt.buflist_unacked); in secstream_mqtt()
781 lws_buflist_destroy_all_segments(&h->u.mqtt.buflist_unacked); in secstream_mqtt()
/third_party/libwebsockets/lib/secure-streams/
H A Dprivate-lib-secure-streams.h155 struct lws_buflist *buflist_unacked; member

Completed in 3 milliseconds