Searched refs:CON_STATE_ERROR (Results 1 – 7 of 7) sorted by relevance
| /mOS-networking-stack/samples/lighttpd-1.4.32/src/ |
| H A D | connections-glue.c | 11 case CON_STATE_ERROR: return "error"; in connection_get_state() 28 case CON_STATE_ERROR: return "E"; in connection_get_short_state()
|
| H A D | connections.c | 231 connection_set_state(srv, con, CON_STATE_ERROR); 315 connection_set_state(srv, con, CON_STATE_ERROR); 402 connection_set_state(srv, con, CON_STATE_ERROR); 654 connection_set_state(srv, con, CON_STATE_ERROR); 658 connection_set_state(srv, con, CON_STATE_ERROR); 1197 connection_set_state(srv, con, CON_STATE_ERROR); 1247 connection_set_state(srv, con, CON_STATE_ERROR); 1257 connection_set_state(srv, con, CON_STATE_ERROR); 1274 connection_set_state(srv, con, CON_STATE_ERROR); 1539 connection_set_state(srv, con, CON_STATE_ERROR); [all …]
|
| H A D | server.c | 768 connection_set_state(srv, con, CON_STATE_ERROR); in start_server() 778 connection_set_state(srv, con, CON_STATE_ERROR); in start_server() 805 connection_set_state(srv, con, CON_STATE_ERROR); in start_server() 2004 connection_set_state(srv, con, CON_STATE_ERROR); in main() 2014 connection_set_state(srv, con, CON_STATE_ERROR); in main() 2041 connection_set_state(srv, con, CON_STATE_ERROR); in main()
|
| H A D | base.h | 345 CON_STATE_ERROR, enumerator
|
| H A D | mod_scgi.c | 2590 connection_set_state(srv, con, CON_STATE_ERROR); in scgi_handle_fdevent() 2648 connection_set_state(srv, con, CON_STATE_ERROR); in scgi_handle_fdevent() 2658 connection_set_state(srv, con, CON_STATE_ERROR); in scgi_handle_fdevent()
|
| H A D | mod_fastcgi.c | 3349 connection_set_state(srv, con, CON_STATE_ERROR); in fcgi_handle_fdevent() 3403 connection_set_state(srv, con, CON_STATE_ERROR); in fcgi_handle_fdevent() 3413 connection_set_state(srv, con, CON_STATE_ERROR); in fcgi_handle_fdevent()
|
| H A D | mod_proxy.c | 988 connection_set_state(srv, con, CON_STATE_ERROR); in proxy_handle_fdevent()
|