Lines Matching defs:state
51 _systnm(lws_state_manager_t *mgr, int state, char *temp8)
54 lws_snprintf(temp8, 8, "%d", state);
58 return mgr->state_names[state];
98 if (_report(mgr, mgr->state, target))
104 mgr->state, _systnm(mgr, mgr->state, temp8), target,
108 mgr->state = target;
116 mgr->smd_class, "{\"state\":\"%s\"}",
128 int i = mgr->state;
132 if (mgr->state > target)
135 while (!n && mgr->state != target)
136 n = _lws_state_transition(mgr, mgr->state + 1);
140 _systnm(mgr, mgr->state, temp8));
149 if (mgr->state != target)