Home
last modified time | relevance | path

Searched refs:MHD_lookup_connection_value (Results 1 – 17 of 17) sorted by relevance

/external/libmicrohttpd/src/testcurl/
Dtest_parse_cookies.c86 hdr = MHD_lookup_connection_value (connection, MHD_COOKIE_KIND, "name1"); in ahc_echo()
89 hdr = MHD_lookup_connection_value (connection, MHD_COOKIE_KIND, "name2"); in ahc_echo()
92 hdr = MHD_lookup_connection_value (connection, MHD_COOKIE_KIND, "name3"); in ahc_echo()
95 hdr = MHD_lookup_connection_value (connection, MHD_COOKIE_KIND, "name4"); in ahc_echo()
Dtest_process_arguments.c85 hdr = MHD_lookup_connection_value (connection, MHD_GET_ARGUMENT_KIND, "k"); in ahc_echo()
88 hdr = MHD_lookup_connection_value (connection, in ahc_echo()
92 hdr = MHD_lookup_connection_value (connection, in ahc_echo()
Dtest_process_headers.c107 hdr = MHD_lookup_connection_value (connection, MHD_HEADER_KIND, "NotFound"); in ahc_echo()
110 hdr = MHD_lookup_connection_value (connection, in ahc_echo()
114 hdr = MHD_lookup_connection_value (connection, in ahc_echo()
120 hdr = MHD_lookup_connection_value (connection, in ahc_echo()
/external/libmicrohttpd/src/examples/
Dquerystring_example.c55 val = MHD_lookup_connection_value (connection, MHD_GET_ARGUMENT_KIND, "q"); in ahc_echo()
Dmhd2spdy_http.c254 header_value = MHD_lookup_connection_value(connection, in http_cb_request()
Dpost_example.c152 cookie = MHD_lookup_connection_value (connection, in get_session()
/external/libmicrohttpd/src/microhttpd/
Dbasicauth.c54 if ( (NULL == (header = MHD_lookup_connection_value (connection, in MHD_basic_auth_get_username_password()
Dconnection.c217 MHD_lookup_connection_value (struct MHD_Connection *connection, in MHD_lookup_connection_value() function
251 (NULL != (expect = MHD_lookup_connection_value (connection, in need_100_continue()
519 end = MHD_lookup_connection_value (connection, in keepalive_possible()
725 client_requested_close = MHD_lookup_connection_value (connection,
1304 hdr = MHD_lookup_connection_value (connection,
1901 MHD_lookup_connection_value (connection,
1924 enc = MHD_lookup_connection_value (connection,
1935 clen = MHD_lookup_connection_value (connection,
2586 MHD_lookup_connection_value (connection, MHD_HEADER_KIND,
Ddigestauth.c367 if (NULL == (header = MHD_lookup_connection_value (connection, in MHD_digest_auth_get_username()
585 header = MHD_lookup_connection_value (connection, in MHD_digest_auth_check()
Dpostprocessor.c283 encoding = MHD_lookup_connection_value (connection, in MHD_create_post_processor()
/external/libmicrohttpd/doc/examples/
Dtlsauthentication.c163 MHD_lookup_connection_value (connection, MHD_HEADER_KIND, in is_authenticated()
Dsessions.c174 cookie = MHD_lookup_connection_value (connection, in get_session()
/external/libmicrohttpd/src/include/
Dmicrohttpd.h1805 MHD_lookup_connection_value (struct MHD_Connection *connection,
/external/libmicrohttpd/doc/
Dlibmicrohttpd.texi286 @code{MHD_lookup_connection_value} and the @code{url},
1632 @deftypefun {const char *} MHD_lookup_connection_value (struct MHD_Connection *connection, enum MHD…
Dlibmicrohttpd.info244 'MHD_KeyValueIterator', return values from 'MHD_lookup_connection_value'
1417 -- Function: const char * MHD_lookup_connection_value (struct
4029 * MHD_lookup_connection_value: microhttpd-requests. (line 56)
Dlibmicrohttpd-tutorial.info3327 cookie = MHD_lookup_connection_value (connection,
4096 MHD_lookup_connection_value (connection, MHD_HEADER_KIND,
/external/libmicrohttpd/
DChangeLog689 without keys using "MHD_lookup_connection_value" with a key of NULL