Home
last modified time | relevance | path

Searched refs:MHD_get_connection_values (Results 1 – 12 of 12) sorted by relevance

/external/libmicrohttpd/doc/examples/
Dlogging.c34 MHD_get_connection_values (connection, MHD_HEADER_KIND, print_out_key, in answer_to_connection()
/external/libmicrohttpd/src/examples/
Dmhd2spdy_http.c267 spdy_headers.num = MHD_get_connection_values (connection, in http_cb_request()
280 MHD_get_connection_values (connection, in http_cb_request()
/external/libmicrohttpd/src/testcurl/
Dtest_urlparse.c109 MHD_get_connection_values (connection, in ahc_echo()
Dtest_process_arguments.c96 if (3 != MHD_get_connection_values (connection, in ahc_echo()
Dtest_process_headers.c104 MHD_get_connection_values (connection, MHD_HEADER_KIND, &kv_cb, &ret); in ahc_echo()
/external/libmicrohttpd/src/include/
Dmicrohttpd.h1724 MHD_get_connection_values (struct MHD_Connection *connection,
/external/libmicrohttpd/doc/chapters/
Dexploringrequests.inc55 MHD_get_connection_values (connection, MHD_HEADER_KIND, &print_out_key, NULL);
/external/libmicrohttpd/src/microhttpd/
Dconnection.c128 MHD_get_connection_values (struct MHD_Connection *connection, in MHD_get_connection_values() function
/external/libmicrohttpd/doc/
Dlibmicrohttpd.texi1575 @deftypefun int MHD_get_connection_values (struct MHD_Connection *connection, enum MHD_ValueKind ki…
1584 @code{MHD_get_connection_values} returns the number of entries
1605 @code{MHD_get_connection_values function} will return
Dlibmicrohttpd-tutorial.info382 MHD_get_connection_values (connection, MHD_HEADER_KIND, &print_out_key, NULL);
2493 MHD_get_connection_values (connection, MHD_HEADER_KIND, print_out_key,
3686 * part of MHD_get_connection_values; very large POST
Dlibmicrohttpd.info1367 -- Function: int MHD_get_connection_values (struct MHD_Connection
1378 'MHD_get_connection_values' returns the number of entries iterated
1398 headers of a connection (so that the 'MHD_get_connection_values
4016 * MHD_get_connection_values: microhttpd-requests. (line 6)
/external/libmicrohttpd/
DChangeLog731 Making sure that MHD_get_connection_values iterates over the