Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dconnections-glue.c21 const char *connection_get_short_state(connection_state_t state) { in connection_get_short_state() function
H A Dconnections.h16 const char * connection_get_short_state(connection_state_t state);
H A Dmod_status.c457 state = connection_get_short_state(c->state); in mod_status_handle_server_status_html()
608 const char *state = connection_get_short_state(c->state); in mod_status_handle_server_status_text()