Home
last modified time | relevance | path

Searched refs:MHD_HTTP_POST_ENCODING_FORM_URLENCODED (Results 1 – 5 of 5) sorted by relevance

/external/libmicrohttpd/src/microhttpd/
Dtest_postprocessor_amp.c34 header.value = MHD_HTTP_POST_ENCODING_FORM_URLENCODED; in main()
Dtest_postprocessor_large.c79 header.value = MHD_HTTP_POST_ENCODING_FORM_URLENCODED; in test_simple_large()
Dpostprocessor.c289 if (!MHD_str_equal_caseless_n_ (MHD_HTTP_POST_ENCODING_FORM_URLENCODED, encoding, in MHD_create_post_processor()
290 strlen (MHD_HTTP_POST_ENCODING_FORM_URLENCODED))) in MHD_create_post_processor()
1139 if (MHD_str_equal_caseless_n_ (MHD_HTTP_POST_ENCODING_FORM_URLENCODED, pp->encoding, in MHD_post_process()
1140 strlen(MHD_HTTP_POST_ENCODING_FORM_URLENCODED))) in MHD_post_process()
Dtest_postprocessor.c136 header.value = MHD_HTTP_POST_ENCODING_FORM_URLENCODED; in test_urlencoding()
314 header.value = MHD_HTTP_POST_ENCODING_FORM_URLENCODED; in test_empty_value()
/external/libmicrohttpd/src/include/
Dmicrohttpd.h393 #define MHD_HTTP_POST_ENCODING_FORM_URLENCODED "application/x-www-form-urlencoded" macro