Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dconnections.c1414 connection_get_state(con->state));
1424 "state for fd", con->fd, connection_get_state(con->state));
1445 "state for fd", con->fd, connection_get_state(con->state));
1476 "state for fd", con->fd, connection_get_state(con->state));
1556 "state for fd", con->fd, connection_get_state(con->state));
1572 "state for fd", con->fd, connection_get_state(con->state));
1636 "state for fd", con->fd, connection_get_state(con->state));
1647 "state for fd", con->fd, connection_get_state(con->state));
1682 "state for fd", con->fd, connection_get_state(con->state));
1690 "state for fd", con->fd, connection_get_state(con->state));
[all …]
H A Dconnections-glue.c4 const char *connection_get_state(connection_state_t state) { in connection_get_state() function
H A Dconnections.h15 const char * connection_get_state(connection_state_t state);
H A Dmod_cgi.c509 …log_error_write(srv, __FILE__, __LINE__, "ddss", con->fd, hctx->fd, connection_get_state(con->stat… in cgi_demux_response()
630 …log_error_write(srv, __FILE__, __LINE__, "ddss", con->fd, hctx->fd, connection_get_state(con->stat… in cgi_handle_fdevent()
643 …log_error_write(srv, __FILE__, __LINE__, "ddss", con->fd, hctx->fd, connection_get_state(con->stat… in cgi_handle_fdevent()
H A Dserver.c841 connection_get_state(con->state)); in start_server()
2077 connection_get_state(con->state)); in main()
H A Dmod_status.c509 buffer_append_string(b, connection_get_state(c->state)); in mod_status_handle_server_status_html()
H A Dmod_scgi.c1925 …log_error_write(srv, __FILE__, __LINE__, "ddss", con->fd, hctx->fd, connection_get_state(con->stat… in scgi_demux_response()