Home
last modified time | relevance | path

Searched refs:state_names (Results 1 - 5 of 5) sorted by relevance

/third_party/libwebsockets/lib/core-net/
H A Dstate.c53 if (!mgr->state_names) { in _systnm()
58 return mgr->state_names[state]; in _systnm()
117 mgr->state_names[target]); in _lws_state_transition()
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-state.h49 const char **state_names; member
/third_party/libwebsockets/lib/secure-streams/
H A Dsecure-streams.c52 static const char *state_names[] = { variable
402 if (state >= (int)LWS_ARRAY_SIZE(state_names)) in lws_ss_state_name()
405 return state_names[state]; in lws_ss_state_name()
/third_party/lwip/src/netif/ppp/
H A Deap.c187 static const char *state_names[] = { EAP_STATES }; in eap_state_name() local
189 return (state_names[(int)esc]); in eap_state_name()
/third_party/libwebsockets/lib/core/
H A Dcontext.c613 context->mgr_system.state_names = system_state_names; in lws_create_context()

Completed in 8 milliseconds