Lines Matching refs:http_response
298 proxy->http_response = MHD_create_response_from_callback (MHD_SIZE_UNKNOWN, in http_cb_request()
304 if (NULL == proxy->http_response) 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()
367 MHD_destroy_response (proxy->http_response); in http_create_response()
368 proxy->http_response = NULL; in http_create_response()
390 if(NULL != proxy->http_response) in http_cb_request_completed()
392 MHD_destroy_response (proxy->http_response); in http_cb_request_completed()
393 proxy->http_response = NULL; in http_cb_request_completed()