Searched refs:mhd_respondf (Results 1 – 4 of 4) sorted by relevance
/systemd-251/src/journal-remote/ |
D | journal-gatewayd.c | 478 … return mhd_respondf(connection, r, MHD_HTTP_INTERNAL_SERVER_ERROR, "Failed to open journal: %m"); in request_handler_entries() 627 … return mhd_respondf(connection, r, MHD_HTTP_INTERNAL_SERVER_ERROR, "Failed to open journal: %m"); in request_handler_fields() 686 … return mhd_respondf(connection, errno, MHD_HTTP_NOT_FOUND, "Failed to open file %s: %m", path); in request_handler_file() 689 … return mhd_respondf(connection, errno, MHD_HTTP_INTERNAL_SERVER_ERROR, "Failed to stat file: %m"); in request_handler_file() 749 … return mhd_respondf(connection, r, MHD_HTTP_INTERNAL_SERVER_ERROR, "Failed to open journal: %m"); in request_handler_machine() 753 …return mhd_respondf(connection, r, MHD_HTTP_INTERNAL_SERVER_ERROR, "Failed to determine machine ID… in request_handler_machine() 757 …return mhd_respondf(connection, r, MHD_HTTP_INTERNAL_SERVER_ERROR, "Failed to determine boot ID: %… in request_handler_machine() 765 …return mhd_respondf(connection, r, MHD_HTTP_INTERNAL_SERVER_ERROR, "Failed to determine disk usage… in request_handler_machine() 769 …return mhd_respondf(connection, r, MHD_HTTP_INTERNAL_SERVER_ERROR, "Failed to determine disk usage… in request_handler_machine()
|
D | journal-remote-main.c | 251 return mhd_respondf(connection, in process_http_upload() 301 return mhd_respondf(connection, 0, MHD_HTTP_BAD_REQUEST, in request_handler() 317 return mhd_respondf(connection, r, MHD_HTTP_LENGTH_REQUIRED, in request_handler() 324 return mhd_respondf(connection, 0, MHD_HTTP_CONTENT_TOO_LARGE, in request_handler() 360 return mhd_respondf(connection, r, MHD_HTTP_INTERNAL_SERVER_ERROR, "%m"); in request_handler()
|
D | microhttpd-util.h | 65 int mhd_respondf(struct MHD_Connection *connection,
|
D | microhttpd-util.c | 64 int mhd_respondf(struct MHD_Connection *connection, in mhd_respondf() function
|