Home
last modified time | relevance | path

Searched refs:MHD_quiesce_daemon (Results 1 – 6 of 6) sorted by relevance

/external/libmicrohttpd/src/testcurl/
Dtest_quiesce.c231 fd = MHD_quiesce_daemon (d); in testGet()
407 fd = MHD_quiesce_daemon(d); in testExternalGet()
/external/libmicrohttpd/src/include/
Dmicrohttpd.h1511 MHD_quiesce_daemon (struct MHD_Daemon *daemon);
/external/libmicrohttpd/
DChangeLog508 'MHD_quiesce_daemon' with thread pools and per-connection
510 'MHD_quiesce_daemon' is not used, we do not want to
548 Added 'MHD_quiesce_daemon' to allow application to stop
/external/libmicrohttpd/doc/
Dlibmicrohttpd.texi537 and then performs @code{MHD_quiesce_daemon} (which eliminates our
539 @code{MHD_quiesce_daemon} will fail if this option was not set. Also,
1403 @deftypefun int MHD_quiesce_daemon (struct MHD_Daemon *daemon)
2518 internal-select mode) after @code{MHD_quiesce_daemon} to detect whether all
Dlibmicrohttpd.info464 'MHD_quiesce_daemon' (which eliminates our ability to signal
466 'MHD_quiesce_daemon' will fail if this option was not set.
1221 -- Function: int MHD_quiesce_daemon (struct MHD_Daemon *daemon)
2235 internal-select mode) after 'MHD_quiesce_daemon' to detect
4037 * MHD_quiesce_daemon: microhttpd-init. (line 50)
/external/libmicrohttpd/src/microhttpd/
Ddaemon.c3059 MHD_quiesce_daemon (struct MHD_Daemon *daemon) in MHD_quiesce_daemon() function