/external/libmicrohttpd/doc/examples/ |
hellobrowser.c | 30 ret = MHD_queue_response (connection, MHD_HTTP_OK, response);
|
largepost.c | 113 con_info->answercode = MHD_HTTP_OK; 179 con_info->answercode = MHD_HTTP_OK; 195 return send_page (connection, buffer, MHD_HTTP_OK);
|
basicauthentication.c | 62 ret = MHD_queue_response (connection, MHD_HTTP_OK, response);
|
responseheaders.c | 64 ret = MHD_queue_response (connection, MHD_HTTP_OK, response);
|
simplepost.c | 58 ret = MHD_queue_response (connection, MHD_HTTP_OK, response);
|
sessions.c | 314 MHD_HTTP_OK, 356 MHD_HTTP_OK, 399 MHD_HTTP_OK,
|
/external/libmicrohttpd/src/examples/ |
chunked_example.c | 66 ret = MHD_queue_response (connection, MHD_HTTP_OK, response);
|
dual_stack_example.c | 55 ret = MHD_queue_response (connection, MHD_HTTP_OK, response);
|
minimal_example.c | 55 ret = MHD_queue_response (connection, MHD_HTTP_OK, response);
|
minimal_example_comet.c | 62 ret = MHD_queue_response (connection, MHD_HTTP_OK, response);
|
fileserver_example_dirs.c | 140 ret = MHD_queue_response (connection, MHD_HTTP_OK, response); 155 ret = MHD_queue_response (connection, MHD_HTTP_OK, response);
|
authorization_example.c | 83 ret = MHD_queue_response (connection, MHD_HTTP_OK, response);
|
querystring_example.c | 67 ret = MHD_queue_response (connection, MHD_HTTP_OK, response);
|
refuse_post_example.c | 74 ret = MHD_queue_response (connection, MHD_HTTP_OK, response);
|
benchmark.c | 114 return MHD_queue_response (connection, MHD_HTTP_OK, response);
|
benchmark_https.c | 114 return MHD_queue_response (connection, MHD_HTTP_OK, response);
|
digest_auth_example.c | 84 ret = MHD_queue_response(connection, MHD_HTTP_OK, response);
|
fileserver_example.c | 95 ret = MHD_queue_response (connection, MHD_HTTP_OK, response);
|
https_fileserver_example.c | 163 ret = MHD_queue_response (connection, MHD_HTTP_OK, response);
|
fileserver_example_external_select.c | 96 ret = MHD_queue_response (connection, MHD_HTTP_OK, response);
|
post_example.c | 294 MHD_HTTP_OK, 337 MHD_HTTP_OK, 381 MHD_HTTP_OK,
|
/external/skia/tools/skiaserve/ |
Response.cpp | 75 int ret = MHD_queue_response(connection, MHD_HTTP_OK, response); 102 int status = MHD_HTTP_OK;
|
/external/libmicrohttpd/src/testcurl/ |
test_termination.c | 77 int ret = MHD_queue_response (connection, MHD_HTTP_OK, response);
|
/external/libmicrohttpd/src/testcurl/https/ |
test_https_session_info.c | 84 ret = MHD_queue_response (connection, MHD_HTTP_OK, response);
|
test_empty_response.c | 55 ret = MHD_queue_response (connection, MHD_HTTP_OK, response);
|