Home
last modified time | relevance | path

Searched refs:MHD_create_post_processor (Results 1 – 23 of 23) sorted by relevance

/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
Dtest_postprocessor.c138 pp = MHD_create_post_processor (&connection, in test_urlencoding()
184 pp = MHD_create_post_processor (&connection, in test_multipart_garbage()
217 pp = MHD_create_post_processor (&connection, in test_multipart_splits()
247 pp = MHD_create_post_processor (&connection, in test_multipart()
282 pp = MHD_create_post_processor (&connection, in test_nested_multipart()
316 pp = MHD_create_post_processor (&connection, in test_empty_value()
Dtest_postprocessor_amp.c37 pp = MHD_create_post_processor (&connection, in main()
Dtest_postprocessor_large.c81 pp = MHD_create_post_processor (&connection, 1024, &value_checker, &pos); in test_simple_large()
Dpostprocessor.c272 MHD_create_post_processor (struct MHD_Connection *connection, in MHD_create_post_processor() function
/third_party/flutter/skia/tools/skiaserve/urlhandlers/
DPostHandler.cpp45 uc->fPostProcessor = MHD_create_post_processor(connection, kBufferSize, in handle()
/third_party/skia/tools/skiaserve/urlhandlers/
DPostHandler.cpp45 uc->fPostProcessor = MHD_create_post_processor(connection, kBufferSize, in handle()
/third_party/skia/third_party/externals/microhttpd/doc/examples/
Dsimplepost.c133 MHD_create_post_processor (connection, POSTBUFFERSIZE, in answer_to_connection()
Dlargepost.c167 MHD_create_post_processor (connection, POSTBUFFERSIZE, in answer_to_connection()
Dsessions.c581 request->pp = MHD_create_post_processor (connection, 1024, in create_response()
/third_party/skia/third_party/externals/microhttpd/src/testzzuf/
Dtest_post.c128 pp = MHD_create_post_processor (connection, 1024, &post_iterator, &eok); in ahc_echo()
Dtest_post_form.c131 pp = MHD_create_post_processor (connection, 1024, &post_iterator, &eok); in ahc_echo()
/third_party/skia/third_party/externals/microhttpd/src/examples/
Dpost_example.c564 request->pp = MHD_create_post_processor (connection, 1024, in create_response()
Ddemo_https.c746 uc->pp = MHD_create_post_processor (connection, in generate_page()
Ddemo.c745 uc->pp = MHD_create_post_processor (connection, in generate_page()
/third_party/skia/third_party/externals/microhttpd/src/include/
Dmicrohttpd.h2305 MHD_create_post_processor (struct MHD_Connection *connection,
/third_party/skia/third_party/externals/microhttpd/src/testcurl/
Dtest_postform.c138 pp = MHD_create_post_processor (connection, 1024, &post_iterator, &eok); in ahc_echo()
Dtest_post.c141 pp = MHD_create_post_processor (connection, 1024, &post_iterator, &eok); in ahc_echo()
/third_party/skia/third_party/externals/microhttpd/doc/chapters/
Dprocessingpost.inc176 = MHD_create_post_processor (connection, POSTBUFFERSIZE,
Dlargerpost.inc140 = MHD_create_post_processor (connection, POSTBUFFERSIZE,
/third_party/skia/third_party/externals/microhttpd/doc/
Dlibmicrohttpd-tutorial.info987 = MHD_create_post_processor (connection, POSTBUFFERSIZE,
1159 = MHD_create_post_processor (connection, POSTBUFFERSIZE,
2837 MHD_create_post_processor (connection, POSTBUFFERSIZE,
3071 MHD_create_post_processor (connection, POSTBUFFERSIZE,
3734 request->pp = MHD_create_post_processor (connection, 1024,
Dlibmicrohttpd.texi2332 pp = MHD_create_post_processor(connection, ...);
2363 @deftypefun {struct MHD_PostProcessor *} MHD_create_post_processor (struct MHD_Connection *connecti…
2739 functions @code{MHD_create_post_processor()},
Dlibmicrohttpd.info2067 pp = MHD_create_post_processor(connection, ...);
2094 -- Function: struct MHD_PostProcessor * MHD_create_post_processor
2435 functions 'MHD_create_post_processor()', 'MHD_post_process()',
3994 * MHD_create_post_processor: microhttpd-post api. (line 6)
/third_party/skia/third_party/externals/microhttpd/
DChangeLog1350 the "buffer_size" argument (MHD_create_post_processor) and