Lines Matching refs:MHD_Response

51 add_response_entry (struct MHD_Response *response,  in add_response_entry()
100 MHD_add_response_header (struct MHD_Response *response, in MHD_add_response_header()
120 MHD_add_response_footer (struct MHD_Response *response, in MHD_add_response_footer()
140 MHD_del_response_header (struct MHD_Response *response, in MHD_del_response_header()
183 MHD_get_response_headers (struct MHD_Response *response, in MHD_get_response_headers()
210 MHD_get_response_header (struct MHD_Response *response, in MHD_get_response_header()
240 struct MHD_Response *
247 struct MHD_Response *response; in MHD_create_response_from_callback()
251 if (NULL == (response = malloc (sizeof (struct MHD_Response) + block_size))) in MHD_create_response_from_callback()
253 memset (response, 0, sizeof (struct MHD_Response)); in MHD_create_response_from_callback()
280 MHD_set_response_options (struct MHD_Response *response, in MHD_set_response_options()
318 struct MHD_Response *response = cls; in file_reader()
340 struct MHD_Response *response = cls; in free_callback()
363 struct MHD_Response *
368 struct MHD_Response *response; in MHD_create_response_from_fd_at_offset()
393 struct MHD_Response *
415 struct MHD_Response *
419 struct MHD_Response *response; in MHD_create_response_from_data()
424 if (NULL == (response = malloc (sizeof (struct MHD_Response)))) in MHD_create_response_from_data()
426 memset (response, 0, sizeof (struct MHD_Response)); in MHD_create_response_from_data()
466 struct MHD_Response *
488 MHD_destroy_response (struct MHD_Response *response) in MHD_destroy_response()
517 MHD_increment_response_rc (struct MHD_Response *response) in MHD_increment_response_rc()