Searched defs:lws_mqtt_str_st (Results 1 – 1 of 1) sorted by relevance
118 typedef struct lws_mqtt_str_st { struct119 uint8_t *buf;120 uint16_t len;122 uint16_t limit; /* it's cheaper to add the state here than124 uint16_t pos;125 char len_valid;126 char needs_freeing;