Home
last modified time | relevance | path

Searched refs:mhd_respond_oom (Results 1 – 3 of 3) sorted by relevance

/systemd-251/src/journal-remote/
Dmicrohttpd-util.h63 #define respond_oom(connection) log_oom(), mhd_respond_oom(connection)
74 int mhd_respond_oom(struct MHD_Connection *connection);
Dmicrohttpd-util.c60 int mhd_respond_oom(struct MHD_Connection *connection) { in mhd_respond_oom() function
Djournal-remote-main.c219 return mhd_respond_oom(connection); in process_http_upload()