Home
last modified time | relevance | path

Searched refs:MHD_CONNECTION_CLOSED (Results 1 – 5 of 5) sorted by relevance

/external/libmicrohttpd/src/microhttpd/
Dconnection.c277 connection->state = MHD_CONNECTION_CLOSED; in MHD_connection_close()
1102 case MHD_CONNECTION_CLOSED:
2003 if (MHD_CONNECTION_CLOSED == connection->state)
2038 case MHD_CONNECTION_CLOSED:
2195 case MHD_CONNECTION_CLOSED:
2359 if (MHD_CONNECTION_CLOSED == connection->state)
2365 if (MHD_CONNECTION_CLOSED == connection->state)
2398 if (MHD_CONNECTION_CLOSED == connection->state)
2467 if (connection->state == MHD_CONNECTION_CLOSED)
2633 case MHD_CONNECTION_CLOSED:
[all …]
Dinternal.c77 case MHD_CONNECTION_CLOSED: in MHD_state_to_string()
Dconnection_https.c152 case MHD_CONNECTION_CLOSED: in MHD_tls_connection_handle_idle()
Dinternal.h446 MHD_CONNECTION_CLOSED = MHD_CONNECTION_FOOTERS_SENT + 1, enumerator
451 MHD_CONNECTION_IN_CLEANUP = MHD_CONNECTION_CLOSED + 1,
Ddaemon.c922 (MHD_CONNECTION_CLOSED != con->state) ) in MHD_handle_connection()
1111 if (MHD_CONNECTION_CLOSED != con->state) in MHD_handle_connection()
1149 (MHD_CONNECTION_CLOSED == connection->state) ) in recv_param_adapter()
1187 (MHD_CONNECTION_CLOSED == connection->state) ) in send_param_adapter()
2903 if (MHD_CONNECTION_CLOSED != pos->state) in MHD_epoll()