Home
last modified time | relevance | path

Searched refs:MHD_OPTION_NOTIFY_COMPLETED (Results 1 – 21 of 21) sorted by relevance

/third_party/skia/third_party/externals/microhttpd/src/testcurl/
Dtest_postform.c188 MHD_OPTION_NOTIFY_COMPLETED, &completed_cb, NULL, in testInternalPost()
244 MHD_OPTION_NOTIFY_COMPLETED, &completed_cb, NULL, in testMultithreadedPost()
301 MHD_OPTION_NOTIFY_COMPLETED, &completed_cb, NULL, in testMultithreadedPoolPost()
367 MHD_OPTION_NOTIFY_COMPLETED, &completed_cb, NULL, in testExternalPost()
Dtest_timeout.c179 MHD_OPTION_NOTIFY_COMPLETED, &termination_cb, &withTimeout, in testWithoutTimeout()
234 MHD_OPTION_NOTIFY_COMPLETED, &termination_cb, &withoutTimeout, in testWithTimeout()
Dtest_post.c175 MHD_OPTION_NOTIFY_COMPLETED, &completed_cb, NULL, in testInternalPost()
229 MHD_OPTION_NOTIFY_COMPLETED, &completed_cb, NULL, in testMultithreadedPost()
284 MHD_OPTION_NOTIFY_COMPLETED, &completed_cb, NULL, in testMultithreadedPoolPost()
348 MHD_OPTION_NOTIFY_COMPLETED, &completed_cb, NULL, in testExternalPost()
Dtest_quiesce.c130 MHD_OPTION_NOTIFY_COMPLETED, &request_completed, &done, in ServeOneRequest()
/third_party/skia/third_party/externals/microhttpd/src/testzzuf/
Dtest_post.c162 MHD_OPTION_NOTIFY_COMPLETED, &completed_cb, NULL, in testInternalPost()
213 MHD_OPTION_NOTIFY_COMPLETED, &completed_cb, NULL, in testMultithreadedPost()
276 MHD_OPTION_NOTIFY_COMPLETED, &completed_cb, NULL, in testExternalPost()
Dtest_post_form.c181 MHD_OPTION_NOTIFY_COMPLETED, &completed_cb, NULL, in testInternalPost()
232 MHD_OPTION_NOTIFY_COMPLETED, &completed_cb, NULL, in testMultithreadedPost()
293 MHD_OPTION_NOTIFY_COMPLETED, &completed_cb, NULL, in testExternalPost()
/third_party/skia/third_party/externals/microhttpd/src/examples/
Dbenchmark.c147 MHD_OPTION_NOTIFY_COMPLETED, &completed_callback, NULL, in main()
Dbenchmark_https.c193 MHD_OPTION_NOTIFY_COMPLETED, &completed_callback, NULL, in main()
Dmhd2spdy.c119 MHD_OPTION_NOTIFY_COMPLETED, &http_cb_request_completed, NULL, in run_everything()
Dpost_example.c723 MHD_OPTION_NOTIFY_COMPLETED, &request_completed_callback, NULL, in main()
Ddemo_https.c942 MHD_OPTION_NOTIFY_COMPLETED, &response_completed_callback, NULL, in main()
Ddemo.c891 MHD_OPTION_NOTIFY_COMPLETED, &response_completed_callback, NULL, in main()
/third_party/skia/third_party/externals/microhttpd/doc/examples/
Dsimplepost.c183 MHD_OPTION_NOTIFY_COMPLETED, request_completed, in main()
Dlargepost.c235 MHD_OPTION_NOTIFY_COMPLETED, request_completed, in main()
Dsessions.c740 MHD_OPTION_NOTIFY_COMPLETED, &request_completed_callback, NULL, in main()
/third_party/skia/third_party/externals/microhttpd/src/include/
Dmicrohttpd.h639 MHD_OPTION_NOTIFY_COMPLETED = 4, enumerator
/third_party/skia/third_party/externals/microhttpd/doc/chapters/
Dprocessingpost.inc139 MHD_OPTION_NOTIFY_COMPLETED, &request_completed, NULL,
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
Ddaemon.c3117 case MHD_OPTION_NOTIFY_COMPLETED: in parse_options_va()
3367 case MHD_OPTION_NOTIFY_COMPLETED: in parse_options_va()
/third_party/skia/third_party/externals/microhttpd/doc/
Dlibmicrohttpd.texi622 @item MHD_OPTION_NOTIFY_COMPLETED
637 @code{MHD_OPTION_NOTIFY_COMPLETED} and the @code{con_cls} argument to
1204 @code{MHD_OPTION_NOTIFY_COMPLETED}).
1225 reason for request termination see @code{MHD_OPTION_NOTIFY_COMPLETED}.
2350 Note that the callback from @code{MHD_OPTION_NOTIFY_COMPLETED}
Dlibmicrohttpd-tutorial.info953 MHD_OPTION_NOTIFY_COMPLETED, &request_completed, NULL,
2887 MHD_OPTION_NOTIFY_COMPLETED, request_completed,
3139 MHD_OPTION_NOTIFY_COMPLETED, request_completed,
3700 * can be set with the MHD_OPTION_NOTIFY_COMPLETED).
3893 MHD_OPTION_NOTIFY_COMPLETED, &request_completed_callback, NULL,
Dlibmicrohttpd.info540 'MHD_OPTION_NOTIFY_COMPLETED'
555 'MHD_OPTION_NOTIFY_COMPLETED' and the 'con_cls' argument to
1037 'MHD_OPTION_NOTIFY_COMPLETED').
1057 'MHD_OPTION_NOTIFY_COMPLETED'.
2084 Note that the callback from 'MHD_OPTION_NOTIFY_COMPLETED' should be