Searched refs:MHD_get_response_header (Results 1 – 6 of 6) sorted by relevance
/external/libmicrohttpd/src/testcurl/ |
D | test_process_headers.c | 129 hdr = MHD_get_response_header (response, "MyHeader"); in ahc_echo() 135 hdr = MHD_get_response_header (response, "MyHeader"); in ahc_echo()
|
/external/libmicrohttpd/src/microhttpd/ |
D | connection.c | 692 (NULL == MHD_get_response_header (connection->response, 716 response_has_close = MHD_get_response_header (connection->response, 748 have_encoding = MHD_get_response_header (connection->response, 782 have_content_length = MHD_get_response_header (connection->response, 2571 MHD_get_response_header (connection->response,
|
D | response.c | 210 MHD_get_response_header (struct MHD_Response *response, in MHD_get_response_header() function
|
/external/libmicrohttpd/src/include/ |
D | microhttpd.h | 2273 MHD_get_response_header (struct MHD_Response *response,
|
/external/libmicrohttpd/doc/ |
D | libmicrohttpd.texi | 296 Pointers returned from @code{MHD_get_response_header} are 2014 @deftypefun {const char *} MHD_get_response_header (struct MHD_Response *response, const char *key)
|
D | libmicrohttpd.info | 253 Pointers returned from 'MHD_get_response_header' are valid as long as 1753 -- Function: const char * MHD_get_response_header (struct MHD_Response 4020 * MHD_get_response_header: microhttpd-response inspect.
|