Home
last modified time | relevance | path

Searched refs:MHD_get_timeout (Results 1 – 12 of 12) sorted by relevance

/third_party/skia/third_party/externals/microhttpd/src/examples/
Dfileserver_example_external_select.c136 if (MHD_get_timeout (d, &mhd_timeout) == MHD_YES) in main()
Dmhd2spdy.c140 ret = MHD_get_timeout(daemon, &timeoutlong); in run_everything()
Dpost_example.c736 if (MHD_get_timeout (d, &mhd_timeout) == MHD_YES) in main()
/third_party/skia/third_party/externals/microhttpd/src/testcurl/
Dperf_get_concurrent.c312 tret = MHD_get_timeout (d, &tt); in testExternalGet()
Dtest_post_loop.c397 if (MHD_NO == MHD_get_timeout (d, &timeout)) in testExternalPost()
/third_party/skia/third_party/externals/microhttpd/doc/examples/
Dsessions.c753 if (MHD_get_timeout (d, &mhd_timeout) == MHD_YES) in main()
/third_party/skia/third_party/externals/microhttpd/src/include/
Dmicrohttpd.h1655 MHD_get_timeout (struct MHD_Daemon *daemon,
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
Ddaemon.c2076 MHD_get_timeout (struct MHD_Daemon *daemon, in MHD_get_timeout() function
2317 (MHD_YES == MHD_get_timeout (daemon, &ltimeout)) ) in MHD_select()
2414 (MHD_YES != MHD_get_timeout (daemon, &ltimeout)) ) in MHD_poll_all()
2688 if (MHD_YES == MHD_get_timeout (daemon, in MHD_epoll()
/third_party/skia/third_party/externals/microhttpd/
DChangeLog766 MHD_get_timeout which can lead to returning an incorrect
793 Fixing return value of MHD_get_timeout if timeouts are not in use.
909 MHD_get_timeout in MHD_USE_THREAD_PER_CONNECTION mode.
/third_party/skia/third_party/externals/microhttpd/doc/
Dlibmicrohttpd.info1340 -- Function: int MHD_get_timeout (struct MHD_Daemon *daemon, unsigned
4024 * MHD_get_timeout: microhttpd-inspect. (line 22)
Dlibmicrohttpd.texi1543 @deftypefun int MHD_get_timeout (struct MHD_Daemon *daemon, unsigned long long *timeout)
Dlibmicrohttpd-tutorial.info3906 if (MHD_get_timeout (d, &mhd_timeout) == MHD_YES)