Home
last modified time | relevance | path

Searched refs:_systnm (Results 1 – 1 of 1) sorted by relevance

/external/libwebsockets/lib/core-net/
Dstate.c51 _systnm(lws_state_manager_t *mgr, int state, char *temp8) in _systnm() function
78 _systnm(mgr, a, temp8), in _report()
79 _systnm(mgr, b, temp8)); in _report()
101 mgr->state, _systnm(mgr, mgr->state, temp8), target, in _lws_state_transition()
102 _systnm(mgr, target, temp8)); in _lws_state_transition()
126 lwsl_info("%s: %s -> %s\n", __func__, _systnm(mgr, i, temp8), in lws_state_transition_steps()
127 _systnm(mgr, mgr->state, temp8)); in lws_state_transition_steps()