Lines Matching refs:s_temp
555 lws_mqtt_str_init(&par->s_temp, par->temp, in _lws_mqtt_rx_parser()
566 switch (lws_mqtt_str_parse(&par->s_temp, &buf, &len)) { in _lws_mqtt_rx_parser()
570 if (par->s_temp.len != 4 || in _lws_mqtt_rx_parser()
571 memcmp(par->s_temp.buf, "MQTT", in _lws_mqtt_rx_parser()
572 par->s_temp.len)) { in _lws_mqtt_rx_parser()
574 __func__, par->s_temp.len, in _lws_mqtt_rx_parser()
575 par->s_temp.buf); in _lws_mqtt_rx_parser()
1698 lws_mqtt_str_init(&par->s_temp, NULL, 0, 0); in _lws_mqtt_rx_parser()
1787 if (lws_mqtt_str_first(&par->s_temp)) in _lws_mqtt_rx_parser()
1788 lws_mqtt_str_init(&par->s_temp, par->temp, in _lws_mqtt_rx_parser()
1791 switch (lws_mqtt_str_parse(&par->s_temp, &buf, &len)) { in _lws_mqtt_rx_parser()
1795 if (lws_mqtt_pconsume(par, par->s_temp.len)) in _lws_mqtt_rx_parser()