HomeSort by relevance Sort by last modified time
    Searched refs:MHD_start_daemon (Results 51 - 74 of 74) sorted by null

1 23

  /external/libmicrohttpd/src/testcurl/
test_quiesce.c 127 d = MHD_start_daemon (MHD_USE_DEBUG,
133 return "MHD_start_daemon() failed";
197 d = MHD_start_daemon (type | MHD_USE_DEBUG | MHD_USE_PIPE_FOR_SHUTDOWN | poll_flag,
202 d = MHD_start_daemon (type | MHD_USE_DEBUG | MHD_USE_PIPE_FOR_SHUTDOWN | poll_flag,
326 d = MHD_start_daemon (MHD_USE_DEBUG,
test_iplimit.c 120 d = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY | MHD_USE_DEBUG,
211 d = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY | MHD_USE_DEBUG,
test_long_header.c 104 d = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY /* | MHD_USE_DEBUG */ ,
175 d = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY /* | MHD_USE_DEBUG */ ,
test_timeout.c 175 d = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY | MHD_USE_DEBUG,
230 d = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY | MHD_USE_DEBUG,
test_post.c 173 d = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY | MHD_USE_DEBUG,
227 d = MHD_start_daemon (MHD_USE_THREAD_PER_CONNECTION | MHD_USE_DEBUG,
281 d = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY | MHD_USE_DEBUG,
346 d = MHD_start_daemon (MHD_USE_DEBUG,
553 d = MHD_start_daemon (MHD_USE_THREAD_PER_CONNECTION | MHD_USE_DEBUG,
test_callback.c 100 d = MHD_start_daemon(0,
test_digestauth.c 188 d = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY | MHD_USE_DEBUG,
test_digestauth_with_arguments.c 187 d = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY | MHD_USE_DEBUG,
test_urlparse.c 137 d = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY | MHD_USE_DEBUG | poll_flag,
test_parse_cookies.c 130 d = MHD_start_daemon (MHD_USE_DEBUG,
test_process_arguments.c 133 d = MHD_start_daemon (MHD_USE_DEBUG,
  /external/libmicrohttpd/doc/examples/
largepost.c 233 daemon = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY, PORT, NULL, NULL,
tlsauthentication.c 250 MHD_start_daemon (MHD_USE_SELECT_INTERNALLY | MHD_USE_SSL, PORT, NULL,
sessions.c 735 d = MHD_start_daemon (MHD_USE_DEBUG,
  /external/libmicrohttpd/src/examples/
mhd2spdy.c 114 daemon = MHD_start_daemon (
122 DIE("MHD_start_daemon failed");
demo.c 877 d = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY | MHD_USE_DEBUG
demo_https.c 928 d = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY | MHD_USE_DEBUG | MHD_USE_SSL
post_example.c 718 d = MHD_start_daemon (MHD_USE_DEBUG,
  /external/libmicrohttpd/src/testcurl/https/
test_empty_response.c 83 d = MHD_start_daemon (MHD_USE_DEBUG | MHD_USE_SSL | MHD_USE_SELECT_INTERNALLY,
test_https_get_select.c 98 d = MHD_start_daemon (MHD_USE_DEBUG | MHD_USE_SSL | flags,
test_https_sni.c 263 d = MHD_start_daemon (MHD_USE_THREAD_PER_CONNECTION | MHD_USE_SSL | MHD_USE_DEBUG,
  /external/libmicrohttpd/src/include/
microhttpd.h 521 * non-Linux systems will cause #MHD_start_daemon to fail.
528 * non-Linux systems will cause #MHD_start_daemon to fail.
572 * kernel >= 3.6. On other systems, using this option cases #MHD_start_daemon
594 * Passed in the varargs portion of #MHD_start_daemon.
744 * (#MHD_start_daemon returns NULL for an unsupported thread
759 * d = MHD_start_daemon (0, 8080, NULL, NULL, dh, NULL,
    [all...]
  /system/webservd/webservd/
protocol_handler.cc 265 server_ = MHD_start_daemon(flags, config->port, nullptr, nullptr,
  /external/libmicrohttpd/src/microhttpd/
daemon.c     [all...]

Completed in 685 milliseconds

1 23