Home
last modified time | relevance | path

Searched refs:MHD_get_response_header (Results 1 – 6 of 6) sorted by relevance

/external/libmicrohttpd/src/testcurl/
Dtest_process_headers.c129 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/
Dconnection.c692 (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,
Dresponse.c210 MHD_get_response_header (struct MHD_Response *response, in MHD_get_response_header() function
/external/libmicrohttpd/src/include/
Dmicrohttpd.h2273 MHD_get_response_header (struct MHD_Response *response,
/external/libmicrohttpd/doc/
Dlibmicrohttpd.texi296 Pointers returned from @code{MHD_get_response_header} are
2014 @deftypefun {const char *} MHD_get_response_header (struct MHD_Response *response, const char *key)
Dlibmicrohttpd.info253 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.