Searched refs:MHD_create_post_processor (Results 1 - 18 of 18) sorted by relevance

/external/libmicrohttpd/src/microhttpd/
H A Dtest_postprocessor_amp.c37 pp = MHD_create_post_processor (&connection,
H A Dtest_postprocessor.c138 pp = MHD_create_post_processor (&connection,
184 pp = MHD_create_post_processor (&connection,
217 pp = MHD_create_post_processor (&connection,
247 pp = MHD_create_post_processor (&connection,
282 pp = MHD_create_post_processor (&connection,
316 pp = MHD_create_post_processor (&connection,
H A Dtest_postprocessor_large.c81 pp = MHD_create_post_processor (&connection, 1024, &value_checker, &pos);
H A Dpostprocessor.c272 MHD_create_post_processor (struct MHD_Connection *connection, function
/external/skia/tools/skiaserve/urlhandlers/
H A DPostHandler.cpp45 uc->fPostProcessor = MHD_create_post_processor(connection, kBufferSize,
/external/libmicrohttpd/doc/chapters/
H A Dprocessingpost.inc176 = MHD_create_post_processor (connection, POSTBUFFERSIZE,
H A Dlargerpost.inc140 = MHD_create_post_processor (connection, POSTBUFFERSIZE,
/external/libmicrohttpd/doc/examples/
H A Dsimplepost.c133 MHD_create_post_processor (connection, POSTBUFFERSIZE,
H A Dlargepost.c167 MHD_create_post_processor (connection, POSTBUFFERSIZE,
H A Dsessions.c581 request->pp = MHD_create_post_processor (connection, 1024,
/external/libmicrohttpd/src/testzzuf/
H A Dtest_post.c128 pp = MHD_create_post_processor (connection, 1024, &post_iterator, &eok);
H A Dtest_post_form.c131 pp = MHD_create_post_processor (connection, 1024, &post_iterator, &eok);
/external/libmicrohttpd/src/examples/
H A Ddemo.c745 uc->pp = MHD_create_post_processor (connection,
H A Ddemo_https.c746 uc->pp = MHD_create_post_processor (connection,
H A Dpost_example.c564 request->pp = MHD_create_post_processor (connection, 1024,
/external/libmicrohttpd/src/include/
H A Dmicrohttpd.h2305 MHD_create_post_processor (struct MHD_Connection *connection,
2638 * functions #MHD_create_post_processor(), #MHD_post_process() and
/external/libmicrohttpd/src/testcurl/
H A Dtest_postform.c138 pp = MHD_create_post_processor (connection, 1024, &post_iterator, &eok);
H A Dtest_post.c141 pp = MHD_create_post_processor (connection, 1024, &post_iterator, &eok);

Completed in 327 milliseconds