Lines Matching refs:s_temp
418 lws_mqtt_str_init(&par->s_temp, par->temp, in _lws_mqtt_rx_parser()
429 switch (lws_mqtt_str_parse(&par->s_temp, &buf, &len)) { in _lws_mqtt_rx_parser()
433 if (par->s_temp.len != 4 || in _lws_mqtt_rx_parser()
434 memcmp(par->s_temp.buf, "MQTT", in _lws_mqtt_rx_parser()
435 par->s_temp.len)) { in _lws_mqtt_rx_parser()
437 __func__, par->s_temp.len, in _lws_mqtt_rx_parser()
438 par->s_temp.buf); in _lws_mqtt_rx_parser()
1364 lws_mqtt_str_init(&par->s_temp, NULL, 0, 0); in _lws_mqtt_rx_parser()
1453 if (lws_mqtt_str_first(&par->s_temp)) in _lws_mqtt_rx_parser()
1454 lws_mqtt_str_init(&par->s_temp, par->temp, in _lws_mqtt_rx_parser()
1457 switch (lws_mqtt_str_parse(&par->s_temp, &buf, &len)) { in _lws_mqtt_rx_parser()
1461 if (lws_mqtt_pconsume(par, par->s_temp.len)) in _lws_mqtt_rx_parser()