Searched refs:mhd_respond_oom (Results 1 – 3 of 3) sorted by relevance
63 #define respond_oom(connection) log_oom(), mhd_respond_oom(connection)74 int mhd_respond_oom(struct MHD_Connection *connection);
60 int mhd_respond_oom(struct MHD_Connection *connection) { in mhd_respond_oom() function
219 return mhd_respond_oom(connection); in process_http_upload()