HomeSort by relevance Sort by last modified time
    Searched refs:MHD_queue_response (Results 1 - 25 of 68) sorted by null

1 2 3

  /external/skia/tools/skiaserve/
Response.cpp 50 int ret = MHD_queue_response(connection, 200, response);
59 int ret = MHD_queue_response(connection, 500, response);
75 int ret = MHD_queue_response(connection, MHD_HTTP_OK, response);
109 int ret = MHD_queue_response(connection, status, response);
  /external/libmicrohttpd/doc/examples/
responseheaders.c 52 MHD_queue_response (connection, MHD_HTTP_INTERNAL_SERVER_ERROR,
64 ret = MHD_queue_response (connection, MHD_HTTP_OK, response);
hellobrowser.c 30 ret = MHD_queue_response (connection, MHD_HTTP_OK, response);
basicauthentication.c 62 ret = MHD_queue_response (connection, MHD_HTTP_OK, response);
sessions.c 313 ret = MHD_queue_response (connection,
355 ret = MHD_queue_response (connection,
398 ret = MHD_queue_response (connection,
427 ret = MHD_queue_response (connection,
643 ret = MHD_queue_response (connection,
simplepost.c 58 ret = MHD_queue_response (connection, MHD_HTTP_OK, response);
  /external/libmicrohttpd/src/examples/
refuse_post_example.c 63 MHD_queue_response (connection, MHD_HTTP_SERVICE_UNAVAILABLE,
74 ret = MHD_queue_response (connection, MHD_HTTP_OK, response);
fileserver_example_dirs.c 125 ret = MHD_queue_response (connection, MHD_HTTP_SERVICE_UNAVAILABLE, response);
140 ret = MHD_queue_response (connection, MHD_HTTP_OK, response);
155 ret = MHD_queue_response (connection, MHD_HTTP_OK, response);
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.c 81 ret = MHD_queue_response (connection, MHD_HTTP_NOT_FOUND, response);
95 ret = MHD_queue_response (connection, MHD_HTTP_OK, response);
https_fileserver_example.c 150 ret = MHD_queue_response (connection, MHD_HTTP_NOT_FOUND, response);
163 ret = MHD_queue_response (connection, MHD_HTTP_OK, response);
fileserver_example_external_select.c 82 ret = MHD_queue_response (connection, MHD_HTTP_NOT_FOUND, response);
96 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);
demo.c 647 ret = MHD_queue_response (connection,
651 ret = MHD_queue_response (connection,
702 return MHD_queue_response (connection,
726 ret = MHD_queue_response (connection,
776 return MHD_queue_response (connection,
792 return MHD_queue_response (connection,
demo_https.c 648 ret = MHD_queue_response (connection,
652 ret = MHD_queue_response (connection,
703 return MHD_queue_response (connection,
727 ret = MHD_queue_response (connection,
777 return MHD_queue_response (connection,
793 return MHD_queue_response (connection,
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);
post_example.c 293 ret = MHD_queue_response (connection,
336 ret = MHD_queue_response (connection,
380 ret = MHD_queue_response (connection,
411 ret = MHD_queue_response (connection,
626 ret = MHD_queue_response (connection,
  /external/libmicrohttpd/src/microhttpd/
basicauth.c 142 ret = MHD_queue_response (connection,
  /external/libmicrohttpd/src/testcurl/
test_termination.c 77 int ret = MHD_queue_response (connection, MHD_HTTP_OK, response);

Completed in 1250 milliseconds

1 2 3