/third_party/skia/third_party/externals/microhttpd/src/testcurl/ |
D | test_postform.c | 188 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()
|
D | test_timeout.c | 179 MHD_OPTION_NOTIFY_COMPLETED, &termination_cb, &withTimeout, in testWithoutTimeout() 234 MHD_OPTION_NOTIFY_COMPLETED, &termination_cb, &withoutTimeout, in testWithTimeout()
|
D | test_post.c | 175 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()
|
D | test_quiesce.c | 130 MHD_OPTION_NOTIFY_COMPLETED, &request_completed, &done, in ServeOneRequest()
|
/third_party/skia/third_party/externals/microhttpd/src/testzzuf/ |
D | test_post.c | 162 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()
|
D | test_post_form.c | 181 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/ |
D | benchmark.c | 147 MHD_OPTION_NOTIFY_COMPLETED, &completed_callback, NULL, in main()
|
D | benchmark_https.c | 193 MHD_OPTION_NOTIFY_COMPLETED, &completed_callback, NULL, in main()
|
D | mhd2spdy.c | 119 MHD_OPTION_NOTIFY_COMPLETED, &http_cb_request_completed, NULL, in run_everything()
|
D | post_example.c | 723 MHD_OPTION_NOTIFY_COMPLETED, &request_completed_callback, NULL, in main()
|
D | demo_https.c | 942 MHD_OPTION_NOTIFY_COMPLETED, &response_completed_callback, NULL, in main()
|
D | demo.c | 891 MHD_OPTION_NOTIFY_COMPLETED, &response_completed_callback, NULL, in main()
|
/third_party/skia/third_party/externals/microhttpd/doc/examples/ |
D | simplepost.c | 183 MHD_OPTION_NOTIFY_COMPLETED, request_completed, in main()
|
D | largepost.c | 235 MHD_OPTION_NOTIFY_COMPLETED, request_completed, in main()
|
D | sessions.c | 740 MHD_OPTION_NOTIFY_COMPLETED, &request_completed_callback, NULL, in main()
|
/third_party/skia/third_party/externals/microhttpd/src/include/ |
D | microhttpd.h | 639 MHD_OPTION_NOTIFY_COMPLETED = 4, enumerator
|
/third_party/skia/third_party/externals/microhttpd/doc/chapters/ |
D | processingpost.inc | 139 MHD_OPTION_NOTIFY_COMPLETED, &request_completed, NULL,
|
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/ |
D | daemon.c | 3117 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/ |
D | libmicrohttpd.texi | 622 @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}
|
D | libmicrohttpd-tutorial.info | 953 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,
|
D | libmicrohttpd.info | 540 '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
|