/external/libmicrohttpd/src/testcurl/ |
D | test_get_response_cleanup.c | 252 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()
|
D | test_quiesce.c | 142 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()
|
D | test_callback.c | 151 MHD_get_fdset(d, &rs, &ws, &es, &max)) in main()
|
D | test_parse_cookies.c | 188 if (MHD_YES != MHD_get_fdset (d, &rs, &ws, &es, &max)) in testExternalGet()
|
D | test_process_arguments.c | 187 if (MHD_YES != MHD_get_fdset (d, &rs, &ws, &es, &max)) in testExternalGet()
|
D | perf_get_concurrent.c | 307 if (MHD_YES != MHD_get_fdset (d, &rs, &ws, &es, &max)) in testExternalGet()
|
D | test_get_chunked.c | 354 if (MHD_YES != MHD_get_fdset (d, &rs, &ws, &es, &max)) in testExternalGet()
|
D | test_put_chunked.c | 384 if (MHD_YES != MHD_get_fdset (d, &rs, &ws, &es, &max)) in testExternalPut()
|
D | test_process_headers.c | 371 if (MHD_YES != MHD_get_fdset (d, &rs, &ws, &es, &max)) in testExternalGet()
|
D | perf_get.c | 438 if (MHD_YES != MHD_get_fdset (d, &rs, &ws, &es, &max)) in testExternalGet()
|
D | test_put.c | 374 if (MHD_YES != MHD_get_fdset (d, &rs, &ws, &es, &max)) in testExternalPut()
|
/external/libmicrohttpd/src/microhttpd/ |
D | test_daemon.c | 107 if (MHD_YES != MHD_get_fdset (d, &rs, &rs, &rs, &maxfd)) in testExternalRun()
|
/external/libmicrohttpd/src/examples/ |
D | fileserver_example_external_select.c | 134 if (MHD_YES != MHD_get_fdset (d, &rs, &ws, &es, &max)) in main()
|
D | mhd2spdy.c | 149 if(MHD_NO == MHD_get_fdset (daemon, in run_everything()
|
D | post_example.c | 734 if (MHD_YES != MHD_get_fdset (d, &rs, &ws, &es, &max)) in main()
|
/external/libmicrohttpd/src/include/ |
D | microhttpd.h | 1580 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/ |
D | test_https_get_select.c | 162 if (MHD_YES != MHD_get_fdset (d, &rs, &ws, &es, &max)) in testExternalGet()
|
/external/libmicrohttpd/src/testzzuf/ |
D | test_get.c | 262 if (MHD_YES != MHD_get_fdset (d, &rs, &ws, &es, &max)) in testExternalGet()
|
D | test_get_chunked.c | 279 if (MHD_YES != MHD_get_fdset (d, &rs, &ws, &es, &max)) in testExternalGet()
|
D | test_put_chunked.c | 320 if (MHD_YES != MHD_get_fdset (d, &rs, &ws, &es, &max)) in testExternalPut()
|
D | test_post.c | 340 if (MHD_YES != MHD_get_fdset (d, &rs, &ws, &es, &max)) in testExternalPost()
|
D | test_put_large.c | 327 if (MHD_YES != MHD_get_fdset (d, &rs, &ws, &es, &max)) in testExternalPut()
|
D | test_put.c | 309 if (MHD_YES != MHD_get_fdset (d, &rs, &ws, &es, &max)) in testExternalPut()
|
D | test_post_form.c | 356 if (MHD_YES != MHD_get_fdset (d, &rs, &ws, &es, &max)) in testExternalPost()
|
/external/libmicrohttpd/doc/examples/ |
D | sessions.c | 751 if (MHD_YES != MHD_get_fdset (d, &rs, &ws, &es, &max)) in main()
|