Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/microhttpd/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.h449 MHD_CONNECTION_CLOSED = MHD_CONNECTION_FOOTERS_SENT + 1, enumerator
454 MHD_CONNECTION_IN_CLEANUP = MHD_CONNECTION_CLOSED + 1,
Ddaemon.c811 (MHD_CONNECTION_CLOSED != con->state) ) in MHD_handle_connection()
1000 if (MHD_CONNECTION_CLOSED != con->state) in MHD_handle_connection()
1038 (MHD_CONNECTION_CLOSED == connection->state) ) in recv_param_adapter()
1076 (MHD_CONNECTION_CLOSED == connection->state) ) in send_param_adapter()
2821 if (MHD_CONNECTION_CLOSED != pos->state) in MHD_epoll()