Searched refs:connection_get_state (Results 1 – 7 of 7) sorted by relevance
| /mOS-networking-stack/samples/lighttpd-1.4.32/src/ |
| H A D | connections.c | 1414 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 D | connections-glue.c | 4 const char *connection_get_state(connection_state_t state) { in connection_get_state() function
|
| H A D | connections.h | 15 const char * connection_get_state(connection_state_t state);
|
| H A D | mod_cgi.c | 509 …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 D | server.c | 841 connection_get_state(con->state)); in start_server() 2077 connection_get_state(con->state)); in main()
|
| H A D | mod_status.c | 509 buffer_append_string(b, connection_get_state(c->state)); in mod_status_handle_server_status_html()
|
| H A D | mod_scgi.c | 1925 …log_error_write(srv, __FILE__, __LINE__, "ddss", con->fd, hctx->fd, connection_get_state(con->stat… in scgi_demux_response()
|