Lines Matching defs:state
106 int state;
231 pss->state++;
240 if (++pss->state == STATE_TEST_FINISH) {
252 * for, so we must consult our own state to decide if we want
256 switch (pss->state) {
265 pss->state++;
273 pss->pub_param.topic = pss->state == STATE_PUBLISH_QOS0 ?
277 pss->state == STATE_PUBLISH_QOS0 ? QOS0 : QOS1;
302 pss->state++;
309 pss->state++;
322 lwsl_user("%s: item %d: MQTT_ACK (state %d)\n", __func__, (int)(item - &items[0]), pss->state);
329 pss->state++;
330 if (pss->state != STATE_TEST_FINISH) {
346 pss->state--;