#include <internal.h>
Data Fields | |
| MHD_HTTP_Header * | next |
| char * | header |
| char * | value |
| enum MHD_ValueKind | kind |
Definition at line 67 of file internal.h.
| struct MHD_HTTP_Header* MHD_HTTP_Header::next |
Definition at line 69 of file internal.h.
Referenced by build_header_response(), connection_add_header(), MHD_add_response_header(), MHD_del_response_header(), MHD_destroy_response(), MHD_get_connection_values(), MHD_get_response_header(), MHD_get_response_headers(), MHD_lookup_connection_value(), and MHD_set_connection_value().
| char* MHD_HTTP_Header::header |
Definition at line 71 of file internal.h.
Referenced by build_header_response(), connection_add_header(), MHD_add_response_header(), MHD_del_response_header(), MHD_destroy_response(), MHD_get_connection_values(), MHD_get_response_header(), MHD_get_response_headers(), MHD_lookup_connection_value(), MHD_set_connection_value(), and test_simple_large().
| char* MHD_HTTP_Header::value |
Definition at line 73 of file internal.h.
Referenced by build_header_response(), connection_add_header(), MHD_add_response_header(), MHD_del_response_header(), MHD_destroy_response(), MHD_get_connection_values(), MHD_get_response_header(), MHD_get_response_headers(), MHD_lookup_connection_value(), MHD_set_connection_value(), and test_simple_large().
Definition at line 75 of file internal.h.
Referenced by build_header_response(), connection_add_header(), MHD_add_response_header(), MHD_get_connection_values(), MHD_get_response_headers(), MHD_lookup_connection_value(), MHD_set_connection_value(), and test_simple_large().
1.5.1