Searched refs:MHD_OPTION_CONNECTION_MEMORY_LIMIT (Results 1 – 11 of 11) sorted by relevance
/external/libmicrohttpd/src/testcurl/ |
D | test_large_put.c | 158 MHD_OPTION_CONNECTION_MEMORY_LIMIT, (size_t) (1024*1024), in testInternalPut() 216 MHD_OPTION_CONNECTION_MEMORY_LIMIT, (size_t) (1024*1024), in testMultithreadedPut() 278 MHD_OPTION_CONNECTION_MEMORY_LIMIT, (size_t) (1024*1024), in testMultithreadedPoolPut() 349 MHD_OPTION_CONNECTION_MEMORY_LIMIT, in testExternalPut()
|
D | test_long_header.c | 110 MHD_OPTION_CONNECTION_MEMORY_LIMIT, in testLongUrlGet() 181 MHD_OPTION_CONNECTION_MEMORY_LIMIT, in testLongHeaderGet()
|
/external/libmicrohttpd/src/testzzuf/ |
D | test_long_header.c | 112 MHD_OPTION_CONNECTION_MEMORY_LIMIT, in testLongUrlGet() 174 MHD_OPTION_CONNECTION_MEMORY_LIMIT, in testLongHeaderGet()
|
D | test_put_large.c | 263 MHD_OPTION_CONNECTION_MEMORY_LIMIT, in testExternalPut()
|
/external/libmicrohttpd/src/include/ |
D | microhttpd.h | 612 MHD_OPTION_CONNECTION_MEMORY_LIMIT = 1, enumerator
|
/external/libmicrohttpd/src/examples/ |
D | demo.c | 885 MHD_OPTION_CONNECTION_MEMORY_LIMIT, (size_t) (256 * 1024), in main()
|
D | demo_https.c | 936 MHD_OPTION_CONNECTION_MEMORY_LIMIT, (size_t) (256 * 1024), in main()
|
/external/libmicrohttpd/src/microhttpd/ |
D | daemon.c | 3187 case MHD_OPTION_CONNECTION_MEMORY_LIMIT: in parse_options_va() 3363 case MHD_OPTION_CONNECTION_MEMORY_LIMIT: in parse_options_va()
|
/external/libmicrohttpd/doc/ |
D | libmicrohttpd.texi | 569 @item MHD_OPTION_CONNECTION_MEMORY_LIMIT 585 MHD_OPTION_CONNECTION_MEMORY_LIMIT.
|
D | libmicrohttpd.info | 491 'MHD_OPTION_CONNECTION_MEMORY_LIMIT' 505 fit within MHD_OPTION_CONNECTION_MEMORY_LIMIT.
|
/external/libmicrohttpd/ |
D | ChangeLog | 1348 the argument to MHD_OPTION_CONNECTION_MEMORY_LIMIT,
|