Lines Matching refs:MHD_NO
178 return MHD_NO; in http_cb_request()
190 return MHD_NO; in http_cb_request()
198 return MHD_NO; in http_cb_request()
212 return MHD_NO; // handled at different place TODO? leaks? in http_cb_request()
235 return MHD_NO; in http_cb_request()
294 return MHD_NO; in http_cb_request()
307 if(MHD_NO == MHD_add_response_header (proxy->http_response, in http_cb_request()
310 if(MHD_NO == MHD_add_response_header (proxy->http_response, in http_cb_request()
313 if(MHD_NO == MHD_add_response_header (proxy->http_response, in http_cb_request()
352 if(MHD_NO == MHD_add_response_header (proxy->http_response, in http_create_response()
360 if(MHD_NO == MHD_queue_response (proxy->http_connection, proxy->status, proxy->http_response)){ in http_create_response()