mhd_respondf      453 src/journal-remote/journal-gatewayd.c                 return mhd_respondf(connection, MHD_HTTP_INTERNAL_SERVER_ERROR, "Failed to open journal: %s\n", strerror(-r));
mhd_respondf      615 src/journal-remote/journal-gatewayd.c                 return mhd_respondf(connection, MHD_HTTP_INTERNAL_SERVER_ERROR, "Failed to open journal: %s\n", strerror(-r));
mhd_respondf      681 src/journal-remote/journal-gatewayd.c                 return mhd_respondf(connection, MHD_HTTP_NOT_FOUND, "Failed to open file %s: %m\n", path);
mhd_respondf      684 src/journal-remote/journal-gatewayd.c                 return mhd_respondf(connection, MHD_HTTP_INTERNAL_SERVER_ERROR, "Failed to stat file: %m\n");
mhd_respondf      748 src/journal-remote/journal-gatewayd.c                 return mhd_respondf(connection, MHD_HTTP_INTERNAL_SERVER_ERROR, "Failed to open journal: %s\n", strerror(-r));
mhd_respondf      752 src/journal-remote/journal-gatewayd.c                 return mhd_respondf(connection, MHD_HTTP_INTERNAL_SERVER_ERROR, "Failed to determine machine ID: %s\n", strerror(-r));
mhd_respondf      756 src/journal-remote/journal-gatewayd.c                 return mhd_respondf(connection, MHD_HTTP_INTERNAL_SERVER_ERROR, "Failed to determine boot ID: %s\n", strerror(-r));
mhd_respondf      764 src/journal-remote/journal-gatewayd.c                 return mhd_respondf(connection, MHD_HTTP_INTERNAL_SERVER_ERROR, "Failed to determine disk usage: %s\n", strerror(-r));
mhd_respondf      768 src/journal-remote/journal-gatewayd.c                 return mhd_respondf(connection, MHD_HTTP_INTERNAL_SERVER_ERROR, "Failed to determine disk usage: %s\n", strerror(-r));
mhd_respondf      529 src/journal-remote/journal-remote.c                                 return mhd_respondf(connection,
mhd_respondf      534 src/journal-remote/journal-remote.c                                 return mhd_respondf(connection,
mhd_respondf      548 src/journal-remote/journal-remote.c                 return mhd_respondf(connection, MHD_HTTP_EXPECTATION_FAILED,