Searched refs:MHD_USE_SSL (Results 1 - 19 of 19) sorted by relevance

/external/libmicrohttpd/src/testcurl/https/
H A Dtest_https_get_parallel.c154 MHD_USE_SELECT_INTERNALLY | MHD_USE_SSL | MHD_USE_DEBUG | MHD_USE_EPOLL_LINUX_ONLY,
162 MHD_USE_SELECT_INTERNALLY | MHD_USE_SSL | MHD_USE_DEBUG,
170 MHD_USE_SELECT_INTERNALLY | MHD_USE_SSL | MHD_USE_DEBUG | MHD_USE_EPOLL_LINUX_ONLY,
178 MHD_USE_SELECT_INTERNALLY | MHD_USE_SSL | MHD_USE_DEBUG,
H A Dtest_https_get.c49 d = MHD_start_daemon (MHD_USE_THREAD_PER_CONNECTION | MHD_USE_SSL |
78 d = MHD_start_daemon (MHD_USE_THREAD_PER_CONNECTION | MHD_USE_SSL |
H A Dtest_https_get_parallel_threads.c173 MHD_USE_SSL | MHD_USE_DEBUG | MHD_USE_THREAD_PER_CONNECTION,
181 MHD_USE_SSL | MHD_USE_DEBUG | MHD_USE_THREAD_PER_CONNECTION,
H A Dtest_https_multi_daemon.c53 d1 = MHD_start_daemon (MHD_USE_THREAD_PER_CONNECTION | MHD_USE_SSL |
66 d2 = MHD_start_daemon (MHD_USE_THREAD_PER_CONNECTION | MHD_USE_SSL |
H A Dtest_tls_authentication.c52 d = MHD_start_daemon (MHD_USE_THREAD_PER_CONNECTION | MHD_USE_SSL |
H A Dtest_tls_options.c86 MHD_USE_THREAD_PER_CONNECTION | MHD_USE_SSL | MHD_USE_DEBUG;
H A Dtest_https_time_out.c118 d = MHD_start_daemon (MHD_USE_THREAD_PER_CONNECTION | MHD_USE_SSL |
H A Dtest_https_session_info.c109 d = MHD_start_daemon (MHD_USE_THREAD_PER_CONNECTION | MHD_USE_SSL |
H A Dtest_empty_response.c83 d = MHD_start_daemon (MHD_USE_DEBUG | MHD_USE_SSL | MHD_USE_SELECT_INTERNALLY,
H A Dtest_https_get_select.c98 d = MHD_start_daemon (MHD_USE_DEBUG | MHD_USE_SSL | flags,
H A Dtest_https_sni.c263 d = MHD_start_daemon (MHD_USE_THREAD_PER_CONNECTION | MHD_USE_SSL | MHD_USE_DEBUG,
/external/libmicrohttpd/doc/chapters/
H A Dtlsauthentication.inc71 daemon = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY | MHD_USE_SSL,
141 daemon = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY | MHD_USE_SSL,
329 daemon = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY | MHD_USE_SSL,
/external/libmicrohttpd/src/examples/
H A Dbenchmark_https.c183 d = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY | MHD_USE_SSL
H A Dhttps_fileserver_example.c180 MHD_USE_SSL, atoi (argv[1]), NULL, NULL, &http_ahc,
H A Ddemo_https.c928 d = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY | MHD_USE_DEBUG | MHD_USE_SSL
/external/libmicrohttpd/doc/examples/
H A Dtlsauthentication.c250 MHD_start_daemon (MHD_USE_SELECT_INTERNALLY | MHD_USE_SSL, PORT, NULL,
/external/libmicrohttpd/src/microhttpd/
H A Ddaemon.c1192 if (0 != (connection->daemon->options & MHD_USE_SSL))
1528 if (0 != (daemon->options & MHD_USE_SSL))
1558 if (0 != (daemon->options & MHD_USE_SSL))
1910 if (0 == (daemon->options & MHD_USE_SSL))
2008 if (0 == (daemon->options & MHD_USE_SSL))
2195 if ( (0 != (daemon->options & MHD_USE_SSL)) &&
2211 if ( (0 != (daemon->options & MHD_USE_SSL)) &&
3234 if (0 != (daemon->options & MHD_USE_SSL))
3242 "MHD HTTPS option %d passed to MHD but MHD_USE_SSL not set\n",
3248 if (0 != (daemon->options & MHD_USE_SSL))
[all...]
H A Dconnection.c349 (0 == (connection->daemon->options & MHD_USE_SSL)) )
/external/libmicrohttpd/src/include/
H A Dmicrohttpd.h455 MHD_USE_SSL = 2, enumerator in enum:MHD_FLAG
2561 * #MHD_USE_SSL and options #MHD_OPTION_HTTPS_MEM_KEY,

Completed in 161 milliseconds