/third_party/skia/third_party/externals/microhttpd/src/testcurl/ |
H A D | test_start_stop.c | 40 ahc_echo (void *cls, in ahc_echo() function 58 11080, NULL, NULL, &ahc_echo, "GET", MHD_OPTION_END); in testInternalGet() 71 1081, NULL, NULL, &ahc_echo, "GET", MHD_OPTION_END); in testMultithreadedGet() 84 1081, NULL, NULL, &ahc_echo, "GET", in testMultithreadedPoolGet() 98 1082, NULL, NULL, &ahc_echo, "GET", MHD_OPTION_END); in testExternalGet()
|
H A D | test_options.c | 38 ahc_echo (void *cls, in ahc_echo() function 93 NULL, NULL, &ahc_echo, NULL, MHD_OPTION_SOCK_ADDR, in test_ip_addr_option() 103 NULL, NULL, &ahc_echo, NULL, MHD_OPTION_SOCK_ADDR, in test_ip_addr_option()
|
H A D | perf_get_concurrent.c | 135 ahc_echo (void *cls, in ahc_echo() function 238 port, NULL, NULL, &ahc_echo, "GET", MHD_OPTION_END); in testInternalGet() 255 port, NULL, NULL, &ahc_echo, "GET", MHD_OPTION_END); in testMultithreadedGet() 271 port, NULL, NULL, &ahc_echo, "GET", in testMultithreadedPoolGet() 296 port, NULL, NULL, &ahc_echo, "GET", MHD_OPTION_END); in testExternalGet()
|
H A D | test_get_response_cleanup.c | 111 ahc_echo (void *cls, in ahc_echo() function 154 11080, NULL, NULL, &ahc_echo, "GET", MHD_OPTION_END); in testInternalGet() 175 1081, NULL, NULL, &ahc_echo, "GET", in testMultithreadedGet() 211 1081, NULL, NULL, &ahc_echo, "GET", in testMultithreadedPoolGet() 240 1082, NULL, NULL, &ahc_echo, "GET", MHD_OPTION_END); in testExternalGet()
|
H A D | test_get.c | 78 ahc_echo (void *cls, in ahc_echo() function 123 11080, NULL, NULL, &ahc_echo, "GET", MHD_OPTION_END); in testInternalGet() 173 1081, NULL, NULL, &ahc_echo, "GET", MHD_OPTION_END); in testMultithreadedGet() 223 1081, NULL, NULL, &ahc_echo, "GET", in testMultithreadedPoolGet() 284 1082, NULL, NULL, &ahc_echo, "GET", MHD_OPTION_END); in testExternalGet() 405 1, NULL, NULL, &ahc_echo, "GET", in testUnknownPortGet() 466 1081, NULL, NULL, &ahc_echo, "GET", in testStopRace()
|
H A D | test_get_chunked.c | 99 ahc_echo (void *cls, in ahc_echo() function 168 1080, NULL, NULL, &ahc_echo, "GET", MHD_OPTION_END); in testInternalGet() 210 1081, NULL, NULL, &ahc_echo, "GET", MHD_OPTION_END); in testMultithreadedGet() 252 1081, NULL, NULL, &ahc_echo, "GET", in testMultithreadedPoolGet() 305 1082, NULL, NULL, &ahc_echo, "GET", MHD_OPTION_END); in testExternalGet()
|
H A D | test_concurrent_stop.c | 72 ahc_echo (void *cls, in ahc_echo() function 175 port, NULL, NULL, &ahc_echo, "GET", MHD_OPTION_END); in testMultithreadedGet() 195 &ahc_echo, "GET", in testMultithreadedPoolGet()
|
H A D | test_long_header.c | 68 ahc_echo (void *cls, in ahc_echo() function 108 &ahc_echo, in testLongUrlGet() 179 &ahc_echo, in testLongHeaderGet()
|
H A D | test_get_sendfile.c | 77 ahc_echo (void *cls, in ahc_echo() function 129 11080, NULL, NULL, &ahc_echo, "GET", MHD_OPTION_END); in testInternalGet() 178 1081, NULL, NULL, &ahc_echo, "GET", MHD_OPTION_END); in testMultithreadedGet() 227 1081, NULL, NULL, &ahc_echo, "GET", in testMultithreadedPoolGet() 287 1082, NULL, NULL, &ahc_echo, "GET", MHD_OPTION_END); in testExternalGet() 407 1, NULL, NULL, &ahc_echo, "GET", in testUnknownPortGet()
|
/third_party/skia/third_party/externals/microhttpd/src/examples/ |
H A D | chunked_example.c | 41 ahc_echo (void *cls, in ahc_echo() function 86 NULL, NULL, &ahc_echo, NULL, in main()
|
H A D | dual_stack_example.c | 31 ahc_echo (void *cls, in ahc_echo() function 73 NULL, NULL, &ahc_echo, PAGE, in main()
|
H A D | minimal_example.c | 31 ahc_echo (void *cls, in ahc_echo() function 75 NULL, NULL, &ahc_echo, PAGE, in main()
|
H A D | minimal_example_comet.c | 39 ahc_echo (void *cls, in ahc_echo() function 79 NULL, NULL, &ahc_echo, NULL, MHD_OPTION_END); in main()
|
H A D | authorization_example.c | 42 ahc_echo (void *cls, in ahc_echo() function 102 NULL, NULL, &ahc_echo, PAGE, MHD_OPTION_END); in main()
|
H A D | querystring_example.c | 32 ahc_echo (void *cls, in ahc_echo() function 84 NULL, NULL, &ahc_echo, PAGE, MHD_OPTION_END); in main()
|
H A D | refuse_post_example.c | 37 ahc_echo (void *cls, in ahc_echo() function 91 NULL, NULL, &ahc_echo, (void *) askpage, in main()
|
H A D | benchmark.c | 105 ahc_echo (void *cls, in ahc_echo() function 143 NULL, NULL, &ahc_echo, NULL, in main()
|
H A D | digest_auth_example.c | 36 ahc_echo (void *cls, in ahc_echo() function 128 NULL, NULL, &ahc_echo, PAGE, in main()
|
H A D | fileserver_example.c | 49 ahc_echo (void *cls, in ahc_echo() function 113 NULL, NULL, &ahc_echo, PAGE, MHD_OPTION_END); in main()
|
/third_party/skia/third_party/externals/microhttpd/src/testzzuf/ |
H A D | test_long_header.c | 70 ahc_echo (void *cls, in ahc_echo() function 110 &ahc_echo, in testLongUrlGet() 172 &ahc_echo, in testLongHeaderGet()
|
H A D | test_get.c | 63 ahc_echo (void *cls, in ahc_echo() function 108 11080, NULL, NULL, &ahc_echo, "GET", MHD_OPTION_END); in testInternalGet() 152 11080, NULL, NULL, &ahc_echo, "GET", MHD_OPTION_END); in testMultithreadedGet() 207 11080, NULL, NULL, &ahc_echo, "GET", MHD_OPTION_END); in testExternalGet()
|
H A D | test_get_chunked.c | 90 ahc_echo (void *cls, in ahc_echo() function 134 11080, NULL, NULL, &ahc_echo, "GET", MHD_OPTION_END); in testInternalGet() 175 11080, NULL, NULL, &ahc_echo, "GET", MHD_OPTION_END); in testMultithreadedGet() 227 11080, NULL, NULL, &ahc_echo, "GET", MHD_OPTION_END); in testExternalGet()
|
H A D | test_post.c | 107 ahc_echo (void *cls, in ahc_echo() function 161 11080, NULL, NULL, &ahc_echo, NULL, in testInternalPost() 212 11080, NULL, NULL, &ahc_echo, NULL, in testMultithreadedPost() 275 1082, NULL, NULL, &ahc_echo, NULL, in testExternalPost()
|
H A D | test_post_form.c | 110 ahc_echo (void *cls, in ahc_echo() function 180 11080, NULL, NULL, &ahc_echo, NULL, in testInternalPost() 231 11080, NULL, NULL, &ahc_echo, NULL, in testMultithreadedPost() 292 1082, NULL, NULL, &ahc_echo, NULL, in testExternalPost()
|
H A D | test_put.c | 78 ahc_echo (void *cls, in ahc_echo() function 133 NULL, NULL, &ahc_echo, &done_flag, MHD_OPTION_END); in testInternalPut() 184 NULL, NULL, &ahc_echo, &done_flag, MHD_OPTION_END); in testMultithreadedPut() 246 NULL, NULL, &ahc_echo, &done_flag, MHD_OPTION_END); in testExternalPut()
|