Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dconnections-glue.c11 case CON_STATE_ERROR: return "error"; in connection_get_state()
28 case CON_STATE_ERROR: return "E"; in connection_get_short_state()
H A Dconnections.c231 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 Dserver.c768 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 Dbase.h345 CON_STATE_ERROR, enumerator
H A Dmod_scgi.c2590 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 Dmod_fastcgi.c3349 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 Dmod_proxy.c988 connection_set_state(srv, con, CON_STATE_ERROR); in proxy_handle_fdevent()