Searched refs:_systnm (Results 1 – 1 of 1) sorted by relevance
/third_party/libwebsockets/lib/core-net/ |
D | state.c | 51 _systnm(lws_state_manager_t *mgr, int state, char *temp8) in _systnm() function 79 _systnm(mgr, a, temp8), in _report() 80 _systnm(mgr, b, temp8)); in _report() 104 mgr->state, _systnm(mgr, mgr->state, temp8), target, in _lws_state_transition() 105 _systnm(mgr, target, temp8)); in _lws_state_transition() 139 lwsl_cx_info(mgr->context, "%s -> %s", _systnm(mgr, i, temp8), in lws_state_transition_steps() 140 _systnm(mgr, mgr->state, temp8)); in lws_state_transition_steps()
|