Home | History | Annotate | Download | only in examples

Lines Matching full:http_response

298   proxy->http_response = MHD_create_response_from_callback (MHD_SIZE_UNKNOWN,
304 if (NULL == proxy->http_response)
307 if(MHD_NO == MHD_add_response_header (proxy->http_response,
310 if(MHD_NO == MHD_add_response_header (proxy->http_response,
313 if(MHD_NO == MHD_add_response_header (proxy->http_response,
352 if(MHD_NO == MHD_add_response_header (proxy->http_response,
360 if(MHD_NO == MHD_queue_response (proxy->http_connection, proxy->status, proxy->http_response)){
367 MHD_destroy_response (proxy->http_response);
368 proxy->http_response = NULL;
390 if(NULL != proxy->http_response)
392 MHD_destroy_response (proxy->http_response);
393 proxy->http_response = NULL;