Home
last modified time | relevance | path

Searched refs:MHD_get_daemon_info (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/microhttpd/src/include/
Dmicrohttpd.h2532 MHD_get_daemon_info (struct MHD_Daemon *daemon,
/third_party/skia/third_party/externals/microhttpd/src/testcurl/
Dtest_get_sendfile.c413 di = MHD_get_daemon_info (d, MHD_DAEMON_INFO_LISTEN_FD); in testUnknownPortGet()
Dtest_get.c411 di = MHD_get_daemon_info (d, MHD_DAEMON_INFO_LISTEN_FD); in testUnknownPortGet()
/third_party/skia/third_party/externals/microhttpd/doc/
Dlibmicrohttpd.texi2449 @deftypefun {const union MHD_DaemonInfo *} MHD_get_daemon_info (struct MHD_Daemon *daemon, enum MHD…
2480 using this value will cause @code{MHD_get_daemon_info} to return NULL.
2486 using this value will cause @code{MHD_get_daemon_info} to return NULL.
2516 connections may already be different when @code{MHD_get_daemon_info} returns.
Dlibmicrohttpd.info2171 -- Function: const union MHD_DaemonInfo * MHD_get_daemon_info (struct
2198 'MHD_get_daemon_info' to return NULL.
2204 supported, using this value will cause 'MHD_get_daemon_info'
2233 'MHD_get_daemon_info' returns. The number of current
4017 * MHD_get_daemon_info: microhttpd-info daemon.
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
Ddaemon.c4565 MHD_get_daemon_info (struct MHD_Daemon *daemon, in MHD_get_daemon_info() function
/third_party/skia/third_party/externals/microhttpd/
DChangeLog1277 Allow MHD_get_daemon_info to return the daemon's listen socket.