/external/libmicrohttpd/src/examples/ |
benchmark.c | 61 * @see MHD_OPTION_NOTIFY_COMPLETED 147 MHD_OPTION_NOTIFY_COMPLETED, &completed_callback, NULL,
|
benchmark_https.c | 61 * @see MHD_OPTION_NOTIFY_COMPLETED 193 MHD_OPTION_NOTIFY_COMPLETED, &completed_callback, NULL,
|
mhd2spdy.c | 119 MHD_OPTION_NOTIFY_COMPLETED, &http_cb_request_completed, NULL,
|
demo.c | 891 MHD_OPTION_NOTIFY_COMPLETED, &response_completed_callback, NULL,
|
demo_https.c | 942 MHD_OPTION_NOTIFY_COMPLETED, &response_completed_callback, NULL,
|
post_example.c | 530 * can be set with the MHD_OPTION_NOTIFY_COMPLETED). 723 MHD_OPTION_NOTIFY_COMPLETED, &request_completed_callback, NULL,
|
/external/libmicrohttpd/src/testzzuf/ |
test_post.c | 162 MHD_OPTION_NOTIFY_COMPLETED, &completed_cb, NULL, 213 MHD_OPTION_NOTIFY_COMPLETED, &completed_cb, NULL, 276 MHD_OPTION_NOTIFY_COMPLETED, &completed_cb, NULL,
|
test_post_form.c | 181 MHD_OPTION_NOTIFY_COMPLETED, &completed_cb, NULL, 232 MHD_OPTION_NOTIFY_COMPLETED, &completed_cb, NULL, 293 MHD_OPTION_NOTIFY_COMPLETED, &completed_cb, NULL,
|
/external/libmicrohttpd/doc/examples/ |
simplepost.c | 183 MHD_OPTION_NOTIFY_COMPLETED, request_completed,
|
largepost.c | 235 MHD_OPTION_NOTIFY_COMPLETED, request_completed,
|
sessions.c | 547 * can be set with the MHD_OPTION_NOTIFY_COMPLETED). 740 MHD_OPTION_NOTIFY_COMPLETED, &request_completed_callback, NULL,
|
/external/libmicrohttpd/src/testcurl/ |
test_postform.c | 188 MHD_OPTION_NOTIFY_COMPLETED, &completed_cb, NULL, 244 MHD_OPTION_NOTIFY_COMPLETED, &completed_cb, NULL, 301 MHD_OPTION_NOTIFY_COMPLETED, &completed_cb, NULL, 367 MHD_OPTION_NOTIFY_COMPLETED, &completed_cb, NULL,
|
test_timeout.c | 179 MHD_OPTION_NOTIFY_COMPLETED, &termination_cb, &withTimeout, 234 MHD_OPTION_NOTIFY_COMPLETED, &termination_cb, &withoutTimeout,
|
test_post.c | 175 MHD_OPTION_NOTIFY_COMPLETED, &completed_cb, NULL, 229 MHD_OPTION_NOTIFY_COMPLETED, &completed_cb, NULL, 284 MHD_OPTION_NOTIFY_COMPLETED, &completed_cb, NULL, 348 MHD_OPTION_NOTIFY_COMPLETED, &completed_cb, NULL,
|
test_quiesce.c | 130 MHD_OPTION_NOTIFY_COMPLETED, &request_completed, &done,
|
/external/libmicrohttpd/src/include/ |
microhttpd.h | 639 MHD_OPTION_NOTIFY_COMPLETED = 4, [all...] |
/system/webservd/webservd/ |
protocol_handler.cc | 194 {MHD_OPTION_NOTIFY_COMPLETED, callback_addr, nullptr},
|
/external/libmicrohttpd/src/microhttpd/ |
daemon.c | [all...] |