37#define MHD_ERR_AGAIN_ (-3073)
42#define MHD_ERR_CONNRESET_ (-3074)
48#define MHD_ERR_NOTCONN_ (-3075)
53#define MHD_ERR_NOMEM_ (-3076)
58#define MHD_ERR_BADF_ (-3077)
63#define MHD_ERR_INVAL_ (-3078)
68#define MHD_ERR_OPNOTSUPP_ (-3079)
73#define MHD_ERR_PIPE_ (-3080)
78#define MHD_ERR_TLS_ (-4097)
174#define MHD_connection_finish_forward_(conn) (void) conn
void MHD_connection_set_initial_state_(struct MHD_Connection *c)
void MHD_connection_handle_write(struct MHD_Connection *connection)
void * MHD_connection_alloc_memory_(struct MHD_Connection *connection, size_t size)
void MHD_set_http_callbacks_(struct MHD_Connection *connection)
#define MHD_connection_finish_forward_(conn)
enum MHD_Result MHD_connection_handle_idle(struct MHD_Connection *connection)
void MHD_connection_handle_read(struct MHD_Connection *connection, bool socket_error)
void MHD_update_last_activity_(struct MHD_Connection *connection)
void MHD_connection_close_(struct MHD_Connection *connection, enum MHD_RequestTerminationCode termination_code)
void MHD_connection_mark_closed_(struct MHD_Connection *connection)
MHD_RequestTerminationCode
MHD internal shared structures.