/external/libmicrohttpd/src/microhttpd/ |
test_daemon.c | 107 if (MHD_YES != MHD_get_fdset (d, &rs, &rs, &rs, &maxfd))
|
/external/libmicrohttpd/src/examples/ |
fileserver_example_external_select.c | 134 if (MHD_YES != MHD_get_fdset (d, &rs, &ws, &es, &max))
|
mhd2spdy.c | 149 if(MHD_NO == MHD_get_fdset (daemon, 155 PRINT_INFO("MHD_get_fdset error");
|
post_example.c | 734 if (MHD_YES != MHD_get_fdset (d, &rs, &ws, &es, &max))
|
/external/libmicrohttpd/src/testcurl/ |
test_get_response_cleanup.c | 252 if (MHD_YES != MHD_get_fdset (d, &rs, &ws, &es, &max)) 270 if (MHD_YES != MHD_get_fdset (d, &rs, &ws, &es, &max))
|
test_callback.c | 151 MHD_get_fdset(d, &rs, &ws, &es, &max))
|
test_quiesce.c | 142 if (MHD_YES != MHD_get_fdset (d, &rs, &ws, &es, &max)) 146 return "MHD_get_fdset() failed"; 366 if (MHD_YES != MHD_get_fdset (d, &rs, &ws, &es, &max))
|
perf_get_concurrent.c | 307 if (MHD_YES != MHD_get_fdset (d, &rs, &ws, &es, &max))
|
test_parse_cookies.c | 188 if (MHD_YES != MHD_get_fdset (d, &rs, &ws, &es, &max))
|
test_process_arguments.c | 187 if (MHD_YES != MHD_get_fdset (d, &rs, &ws, &es, &max))
|
test_get_chunked.c | 354 if (MHD_YES != MHD_get_fdset (d, &rs, &ws, &es, &max))
|
perf_get.c | 438 if (MHD_YES != MHD_get_fdset (d, &rs, &ws, &es, &max))
|
test_get_sendfile.c | 339 if (MHD_YES != MHD_get_fdset (d, &rs, &ws, &es, &max))
|
test_large_put.c | 406 if (MHD_YES != MHD_get_fdset (d, &rs, &ws, &es, &max))
|
test_post_loop.c | 389 if (MHD_YES != MHD_get_fdset (d, &rs, &ws, &es, &max))
|
/external/libmicrohttpd/src/testcurl/https/ |
test_https_get_select.c | 162 if (MHD_YES != MHD_get_fdset (d, &rs, &ws, &es, &max))
|
/external/libmicrohttpd/src/include/ |
microhttpd.h | [all...] |
/external/libmicrohttpd/src/testzzuf/ |
test_get.c | 262 if (MHD_YES != MHD_get_fdset (d, &rs, &ws, &es, &max))
|
test_get_chunked.c | 279 if (MHD_YES != MHD_get_fdset (d, &rs, &ws, &es, &max))
|
test_post.c | 340 if (MHD_YES != MHD_get_fdset (d, &rs, &ws, &es, &max))
|
test_post_form.c | 356 if (MHD_YES != MHD_get_fdset (d, &rs, &ws, &es, &max))
|
test_put.c | 309 if (MHD_YES != MHD_get_fdset (d, &rs, &ws, &es, &max))
|
test_put_chunked.c | 320 if (MHD_YES != MHD_get_fdset (d, &rs, &ws, &es, &max))
|
test_put_large.c | 327 if (MHD_YES != MHD_get_fdset (d, &rs, &ws, &es, &max))
|
/external/libmicrohttpd/doc/examples/ |
sessions.c | 751 if (MHD_YES != MHD_get_fdset (d, &rs, &ws, &es, &max))
|