Searched refs:connection_close_error (Results 1 - 1 of 1) sorted by relevance

/external/libmicrohttpd/src/microhttpd/
H A Dconnection.c297 connection_close_error (struct MHD_Connection *connection, function
310 * "connection_close_error" if we have HAVE_MESSAGES.
313 #define CONNECTION_CLOSE_ERROR(c, emsg) connection_close_error (c, emsg)
315 #define CONNECTION_CLOSE_ERROR(c, emsg) connection_close_error (c, NULL)

Completed in 43 milliseconds