Home
last modified time | relevance | path

Searched refs:MHD_get_fdset (Results 1 – 25 of 35) sorted by relevance

12

/external/libmicrohttpd/src/testcurl/
Dtest_get_response_cleanup.c252 if (MHD_YES != MHD_get_fdset (d, &rs, &ws, &es, &max)) in testExternalGet()
270 if (MHD_YES != MHD_get_fdset (d, &rs, &ws, &es, &max)) in testExternalGet()
Dtest_quiesce.c142 if (MHD_YES != MHD_get_fdset (d, &rs, &ws, &es, &max)) in ServeOneRequest()
366 if (MHD_YES != MHD_get_fdset (d, &rs, &ws, &es, &max)) in testExternalGet()
Dtest_callback.c151 MHD_get_fdset(d, &rs, &ws, &es, &max)) in main()
Dtest_parse_cookies.c188 if (MHD_YES != MHD_get_fdset (d, &rs, &ws, &es, &max)) in testExternalGet()
Dtest_process_arguments.c187 if (MHD_YES != MHD_get_fdset (d, &rs, &ws, &es, &max)) in testExternalGet()
Dperf_get_concurrent.c307 if (MHD_YES != MHD_get_fdset (d, &rs, &ws, &es, &max)) in testExternalGet()
Dtest_get_chunked.c354 if (MHD_YES != MHD_get_fdset (d, &rs, &ws, &es, &max)) in testExternalGet()
Dtest_put_chunked.c384 if (MHD_YES != MHD_get_fdset (d, &rs, &ws, &es, &max)) in testExternalPut()
Dtest_process_headers.c371 if (MHD_YES != MHD_get_fdset (d, &rs, &ws, &es, &max)) in testExternalGet()
Dperf_get.c438 if (MHD_YES != MHD_get_fdset (d, &rs, &ws, &es, &max)) in testExternalGet()
Dtest_put.c374 if (MHD_YES != MHD_get_fdset (d, &rs, &ws, &es, &max)) in testExternalPut()
/external/libmicrohttpd/src/microhttpd/
Dtest_daemon.c107 if (MHD_YES != MHD_get_fdset (d, &rs, &rs, &rs, &maxfd)) in testExternalRun()
/external/libmicrohttpd/src/examples/
Dfileserver_example_external_select.c134 if (MHD_YES != MHD_get_fdset (d, &rs, &ws, &es, &max)) in main()
Dmhd2spdy.c149 if(MHD_NO == MHD_get_fdset (daemon, in run_everything()
Dpost_example.c734 if (MHD_YES != MHD_get_fdset (d, &rs, &ws, &es, &max)) in main()
/external/libmicrohttpd/src/include/
Dmicrohttpd.h1580 MHD_get_fdset (struct MHD_Daemon *daemon,
1636 #define MHD_get_fdset(daemon,read_fd_set,write_fd_set,except_fd_set,max_fd) \ macro
/external/libmicrohttpd/src/testcurl/https/
Dtest_https_get_select.c162 if (MHD_YES != MHD_get_fdset (d, &rs, &ws, &es, &max)) in testExternalGet()
/external/libmicrohttpd/src/testzzuf/
Dtest_get.c262 if (MHD_YES != MHD_get_fdset (d, &rs, &ws, &es, &max)) in testExternalGet()
Dtest_get_chunked.c279 if (MHD_YES != MHD_get_fdset (d, &rs, &ws, &es, &max)) in testExternalGet()
Dtest_put_chunked.c320 if (MHD_YES != MHD_get_fdset (d, &rs, &ws, &es, &max)) in testExternalPut()
Dtest_post.c340 if (MHD_YES != MHD_get_fdset (d, &rs, &ws, &es, &max)) in testExternalPost()
Dtest_put_large.c327 if (MHD_YES != MHD_get_fdset (d, &rs, &ws, &es, &max)) in testExternalPut()
Dtest_put.c309 if (MHD_YES != MHD_get_fdset (d, &rs, &ws, &es, &max)) in testExternalPut()
Dtest_post_form.c356 if (MHD_YES != MHD_get_fdset (d, &rs, &ws, &es, &max)) in testExternalPost()
/external/libmicrohttpd/doc/examples/
Dsessions.c751 if (MHD_YES != MHD_get_fdset (d, &rs, &ws, &es, &max)) in main()

12