Searched refs:MHD_OPTION_THREAD_POOL_SIZE (Results 1 – 25 of 25) sorted by relevance
/external/libmicrohttpd/src/testcurl/ |
D | test_start_stop.c | 85 MHD_OPTION_THREAD_POOL_SIZE, CPU_COUNT, MHD_OPTION_END); in testMultithreadedPoolGet()
|
D | test_concurrent_stop.c | 196 MHD_OPTION_THREAD_POOL_SIZE, CPU_COUNT, in testMultithreadedPoolGet()
|
D | test_get_response_cleanup.c | 212 MHD_OPTION_THREAD_POOL_SIZE, CPU_COUNT, MHD_OPTION_END); in testMultithreadedPoolGet()
|
D | test_iplimit.c | 214 MHD_OPTION_THREAD_POOL_SIZE, CPU_COUNT, in testMultithreadedPoolGet()
|
D | perf_get_concurrent.c | 272 MHD_OPTION_THREAD_POOL_SIZE, CPU_COUNT, MHD_OPTION_END); in testMultithreadedPoolGet()
|
D | test_get_chunked.c | 253 MHD_OPTION_THREAD_POOL_SIZE, CPU_COUNT, MHD_OPTION_END); in testMultithreadedPoolGet()
|
D | test_put_chunked.c | 260 MHD_OPTION_THREAD_POOL_SIZE, CPU_COUNT, MHD_OPTION_END); in testMultithreadedPoolPut()
|
D | test_quiesce.c | 199 MHD_OPTION_THREAD_POOL_SIZE, pool_count, MHD_OPTION_END); in testGet()
|
D | perf_get.c | 316 MHD_OPTION_THREAD_POOL_SIZE, CPU_COUNT, MHD_OPTION_END); in testMultithreadedPoolGet()
|
D | test_put.c | 250 MHD_OPTION_THREAD_POOL_SIZE, CPU_COUNT, MHD_OPTION_END); in testMultithreadedPoolPut()
|
D | test_process_headers.c | 260 MHD_OPTION_THREAD_POOL_SIZE, CPU_COUNT, MHD_OPTION_END); in testMultithreadedPoolGet()
|
D | test_get_sendfile.c | 228 MHD_OPTION_THREAD_POOL_SIZE, CPU_COUNT, MHD_OPTION_END); in testMultithreadedPoolGet()
|
D | test_large_put.c | 277 MHD_OPTION_THREAD_POOL_SIZE, CPU_COUNT, in testMultithreadedPoolPut()
|
D | test_post_loop.c | 252 MHD_OPTION_THREAD_POOL_SIZE, CPU_COUNT, MHD_OPTION_END); in testMultithreadedPoolPost()
|
D | test_postform.c | 300 MHD_OPTION_THREAD_POOL_SIZE, CPU_COUNT, in testMultithreadedPoolPost()
|
D | test_get.c | 224 MHD_OPTION_THREAD_POOL_SIZE, CPU_COUNT, MHD_OPTION_END); in testMultithreadedPoolGet()
|
D | test_post.c | 283 MHD_OPTION_THREAD_POOL_SIZE, CPU_COUNT, in testMultithreadedPoolPost()
|
/external/libmicrohttpd/src/examples/ |
D | benchmark_https.c | 191 MHD_OPTION_THREAD_POOL_SIZE, (unsigned int) NUMBER_OF_THREADS, in main()
|
D | benchmark.c | 145 MHD_OPTION_THREAD_POOL_SIZE, (unsigned int) NUMBER_OF_THREADS, in main()
|
D | demo.c | 890 MHD_OPTION_THREAD_POOL_SIZE, (unsigned int) NUMBER_OF_THREADS, in main()
|
D | demo_https.c | 941 MHD_OPTION_THREAD_POOL_SIZE, (unsigned int) NUMBER_OF_THREADS, in main()
|
/external/libmicrohttpd/src/include/ |
D | microhttpd.h | 747 MHD_OPTION_THREAD_POOL_SIZE = 14, enumerator
|
/external/libmicrohttpd/src/microhttpd/ |
D | daemon.c | 3220 case MHD_OPTION_THREAD_POOL_SIZE: in parse_options_va() 3378 case MHD_OPTION_THREAD_POOL_SIZE: in parse_options_va()
|
/external/libmicrohttpd/doc/ |
D | libmicrohttpd.texi | 530 @code{MHD_OPTION_THREAD_POOL_SIZE} is ignored. 834 @item MHD_OPTION_THREAD_POOL_SIZE
|
D | libmicrohttpd.info | 457 used, 'MHD_OPTION_THREAD_POOL_SIZE' is ignored. 731 'MHD_OPTION_THREAD_POOL_SIZE'
|