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

12 3

  /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);
test_https_get_select.c 67 ret = MHD_queue_response (connection, MHD_HTTP_OK, response);
tls_test_common.c 185 ret = MHD_queue_response (connection, MHD_HTTP_OK, response);
  /external/libmicrohttpd/doc/examples/
tlsauthentication.c 146 ret = MHD_queue_response (connection, MHD_HTTP_UNAUTHORIZED, response);
205 ret = MHD_queue_response (connection, MHD_HTTP_OK, response);
largepost.c 69 ret = MHD_queue_response (connection, status_code, response);
  /external/libmicrohttpd/src/testcurl/
test_callback.c 72 MHD_queue_response(connection, 200, r);
test_concurrent_stop.c 92 ret = MHD_queue_response (connection,
test_digestauth.c 121 ret = MHD_queue_response(connection, MHD_HTTP_OK, response);
test_digestauth_with_arguments.c 120 ret = MHD_queue_response(connection, MHD_HTTP_OK, response);
test_urlparse.c 117 ret = MHD_queue_response (connection, MHD_HTTP_OK, response);
perf_get_concurrent.c 155 ret = MHD_queue_response (connection, MHD_HTTP_OK, response);
test_get_response_cleanup.c 138 ret = MHD_queue_response (connection, MHD_HTTP_OK, response);
test_iplimit.c 100 ret = MHD_queue_response (connection, MHD_HTTP_OK, response);
test_long_header.c 85 ret = MHD_queue_response (connection, MHD_HTTP_OK, response);
test_parse_cookies.c 101 ret = MHD_queue_response (connection, MHD_HTTP_OK, response);
test_process_arguments.c 103 ret = MHD_queue_response (connection, MHD_HTTP_OK, response);
test_timeout.c 155 ret = MHD_queue_response (connection, MHD_HTTP_OK, response);
test_get.c 102 ret = MHD_queue_response (connection, MHD_HTTP_OK, response);
528 ret = MHD_queue_response (connection, MHD_HTTP_OK, response);
test_post.c 150 ret = MHD_queue_response (connection, MHD_HTTP_OK, response);
477 ret = MHD_queue_response(connection, 500, response);
test_get_chunked.c 127 ret = MHD_queue_response (connection, MHD_HTTP_OK, response);
  /external/libmicrohttpd/src/testzzuf/
test_long_header.c 87 ret = MHD_queue_response (connection, MHD_HTTP_OK, response);
test_get.c 87 ret = MHD_queue_response (connection, MHD_HTTP_OK, response);
test_get_chunked.c 116 ret = MHD_queue_response (connection, MHD_HTTP_OK, response);
  /external/libmicrohttpd/src/examples/
mhd2spdy_http.c 360 if(MHD_NO == MHD_queue_response (proxy->http_connection, proxy->status, proxy->http_response)){

Completed in 111 milliseconds

12 3