/external/libmicrohttpd/src/testzzuf/ |
test_post.c | 137 ret = MHD_queue_response (connection, MHD_HTTP_OK, response);
|
test_post_form.c | 142 ret = MHD_queue_response (connection, MHD_HTTP_OK, response);
|
test_put.c | 111 ret = MHD_queue_response (connection, MHD_HTTP_OK, response);
|
test_put_chunked.c | 117 ret = MHD_queue_response (connection, MHD_HTTP_OK, response);
|
test_put_large.c | 125 ret = MHD_queue_response (connection, MHD_HTTP_OK, response);
|
/external/libmicrohttpd/src/include/ |
microhttpd.h | [all...] |
/external/libmicrohttpd/src/testcurl/ |
perf_get.c | 173 ret = MHD_queue_response (connection, MHD_HTTP_OK, response);
|
test_get_sendfile.c | 108 ret = MHD_queue_response (connection, MHD_HTTP_OK, response);
|
test_large_put.c | 135 ret = MHD_queue_response (connection, MHD_HTTP_OK, response);
|
test_post_loop.c | 96 ret = MHD_queue_response (connection, MHD_HTTP_OK, response);
|
test_postform.c | 149 ret = MHD_queue_response (connection, MHD_HTTP_OK, response);
|
test_process_headers.c | 140 ret = MHD_queue_response (connection, MHD_HTTP_OK, response);
|
test_put.c | 114 ret = MHD_queue_response (connection, MHD_HTTP_OK, response);
|
test_put_chunked.c | 124 ret = MHD_queue_response (connection, MHD_HTTP_OK, response);
|
test_quiesce.c | 96 ret = MHD_queue_response (connection, MHD_HTTP_OK, response);
|
/system/webservd/webservd/ |
request.cc | 237 MHD_queue_response(connection_, response_status_code_, resp))
|
/external/libmicrohttpd/src/microhttpd/ |
connection.c | 952 MHD_queue_response (connection, status_code, response); [all...] |
digestauth.c | 864 ret = MHD_queue_response(connection,
|