/third_party/flutter/skia/tools/skiaserve/urlhandlers/ |
D | UrlHandler.h | 21 const char* upload_data, size_t* upload_data_size) = 0; 29 const char* upload_data, size_t* upload_data_size) override; 37 const char* upload_data, size_t* upload_data_size) override; 45 const char* upload_data, size_t* upload_data_size) override; 57 const char* upload_data, size_t* upload_data_size) override; 69 const char* upload_data, size_t* upload_data_size) override; 81 const char* upload_data, size_t* upload_data_size) override; 89 const char* upload_data, size_t* upload_data_size) override; 97 const char* upload_data, size_t* upload_data_size) override; 105 const char* upload_data, size_t* upload_data_size) override; [all …]
|
D | PostHandler.cpp | 37 const char* upload_data, size_t* upload_data_size) { in handle() argument 54 if (0 != *upload_data_size) { in handle() 56 MHD_post_process(uc->fPostProcessor, upload_data, *upload_data_size); in handle() 57 *upload_data_size = 0; in handle()
|
/third_party/skia/tools/skiaserve/urlhandlers/ |
D | UrlHandler.h | 21 const char* upload_data, size_t* upload_data_size) = 0; 29 const char* upload_data, size_t* upload_data_size) override; 37 const char* upload_data, size_t* upload_data_size) override; 45 const char* upload_data, size_t* upload_data_size) override; 57 const char* upload_data, size_t* upload_data_size) override; 69 const char* upload_data, size_t* upload_data_size) override; 81 const char* upload_data, size_t* upload_data_size) override; 89 const char* upload_data, size_t* upload_data_size) override; 97 const char* upload_data, size_t* upload_data_size) override; 105 const char* upload_data, size_t* upload_data_size) override; [all …]
|
D | PostHandler.cpp | 37 const char* upload_data, size_t* upload_data_size) { in handle() argument 54 if (0 != *upload_data_size) { in handle() 56 MHD_post_process(uc->fPostProcessor, upload_data, *upload_data_size); in handle() 57 *upload_data_size = 0; in handle()
|
/third_party/skia/tools/skiaserve/ |
D | skiaserve.cpp | 57 const char* upload_data, size_t* upload_data_size) const { in invoke() 61 upload_data_size); in invoke() 75 const char* upload_data, size_t* upload_data_size, in answer_to_connection() argument 81 upload_data_size); in answer_to_connection()
|
/third_party/flutter/skia/tools/skiaserve/ |
D | skiaserve.cpp | 57 const char* upload_data, size_t* upload_data_size) const { in invoke() 61 upload_data_size); in invoke() 75 const char* upload_data, size_t* upload_data_size, in answer_to_connection() argument 81 upload_data_size); in answer_to_connection()
|
/third_party/skia/third_party/externals/microhttpd/doc/examples/ |
D | simplepost.c | 119 size_t *upload_data_size, void **con_cls) in answer_to_connection() argument 161 if (*upload_data_size != 0) in answer_to_connection() 164 *upload_data_size); in answer_to_connection() 165 *upload_data_size = 0; in answer_to_connection()
|
D | largepost.c | 149 size_t *upload_data_size, void **con_cls) in answer_to_connection() argument 202 if (0 != *upload_data_size) in answer_to_connection() 205 *upload_data_size); in answer_to_connection() 206 *upload_data_size = 0; in answer_to_connection()
|
D | sessions.c | 560 size_t *upload_data_size, in create_response() argument 609 *upload_data_size); in create_response() 610 if (0 != *upload_data_size) in create_response() 612 *upload_data_size = 0; in create_response()
|
/third_party/skia/third_party/externals/microhttpd/src/testcurl/ |
D | test_termination.c | 57 const char *upload_data, size_t * upload_data_size, in connection_handler() argument 68 if (*upload_data_size != 0) in connection_handler() 70 (*upload_data_size) = 0; in connection_handler()
|
D | test_timeout.c | 127 const char *upload_data, size_t *upload_data_size, in ahc_echo() argument 138 if (*upload_data_size != 8) in ahc_echo() 142 *upload_data_size = 0; in ahc_echo()
|
D | test_post_loop.c | 78 const char *upload_data, size_t *upload_data_size, in ahc_echo() argument 90 if ((*mptr != NULL) && (0 == *upload_data_size)) in ahc_echo() 101 if (strlen (POST_DATA) != *upload_data_size) in ahc_echo() 103 *upload_data_size = 0; in ahc_echo()
|
D | test_postform.c | 121 const char *upload_data, size_t *upload_data_size, in ahc_echo() argument 143 MHD_post_process (pp, upload_data, *upload_data_size); in ahc_echo() 144 if ((eok == 3) && (0 == *upload_data_size)) in ahc_echo() 155 *upload_data_size = 0; in ahc_echo()
|
D | test_large_put.c | 100 const char *upload_data, size_t *upload_data_size, in ahc_echo() argument 111 if (*upload_data_size != PUT_SIZE) in ahc_echo() 116 *upload_data_size, PUT_SIZE); in ahc_echo() 122 *upload_data_size = 0; in ahc_echo()
|
D | test_post.c | 124 const char *upload_data, size_t *upload_data_size, in ahc_echo() argument 144 MHD_post_process (pp, upload_data, *upload_data_size); in ahc_echo() 145 if ((eok == 3) && (0 == *upload_data_size)) in ahc_echo() 156 *upload_data_size = 0; in ahc_echo() 458 const char *upload_data, size_t *upload_data_size, in ahc_cancel() argument
|
/third_party/skia/third_party/externals/microhttpd/src/examples/ |
D | mhd2spdy_http.c | 162 size_t *upload_data_size, in http_cb_request() argument 168 (void)upload_data_size; in http_cb_request() 224 if(0 == *upload_data_size) in http_cb_request() 231 …if(!copy_buffer(upload_data, *upload_data_size, &proxy->received_body, &proxy->received_body_size)) in http_cb_request() 238 *upload_data_size = 0; in http_cb_request()
|
D | post_example.c | 543 size_t *upload_data_size, in create_response() argument 592 *upload_data_size); in create_response() 593 if (0 != *upload_data_size) in create_response() 595 *upload_data_size = 0; in create_response()
|
D | demo_https.c | 680 size_t *upload_data_size, void **ptr) in generate_page() argument 758 if (0 != *upload_data_size) in generate_page() 763 *upload_data_size); in generate_page() 764 *upload_data_size = 0; in generate_page()
|
D | demo.c | 679 size_t *upload_data_size, void **ptr) in generate_page() argument 757 if (0 != *upload_data_size) in generate_page() 762 *upload_data_size); in generate_page() 763 *upload_data_size = 0; in generate_page()
|
/third_party/skia/third_party/externals/microhttpd/src/testcurl/https/ |
D | tls_test_common.h | 94 const char *version, size_t *upload_data_size, void **ptr); 99 const char *version, size_t *upload_data_size,
|
/third_party/skia/third_party/externals/microhttpd/src/testzzuf/ |
D | test_put_large.c | 91 const char *upload_data, size_t *upload_data_size, in ahc_echo() argument 102 if (*upload_data_size != PUT_SIZE) in ahc_echo() 107 *upload_data_size, PUT_SIZE); in ahc_echo() 113 *upload_data_size = 0; in ahc_echo()
|
D | test_post.c | 112 const char *upload_data, size_t *upload_data_size, in ahc_echo() argument 131 MHD_post_process (pp, upload_data, *upload_data_size); in ahc_echo() 132 if ((eok == 3) && (0 == *upload_data_size)) in ahc_echo() 143 *upload_data_size = 0; in ahc_echo()
|
D | test_post_form.c | 115 const char *upload_data, size_t *upload_data_size, in ahc_echo() argument 136 MHD_post_process (pp, upload_data, *upload_data_size); in ahc_echo() 137 if ((eok == 3) && (0 == *upload_data_size)) in ahc_echo() 148 *upload_data_size = 0; in ahc_echo()
|
D | test_put_chunked.c | 83 const char *upload_data, size_t *upload_data_size, in ahc_echo() argument 95 have = *upload_data_size; in ahc_echo() 103 *upload_data_size = 0; in ahc_echo()
|
D | test_put.c | 83 const char *upload_data, size_t *upload_data_size, in ahc_echo() argument 94 if (*upload_data_size != 8) in ahc_echo() 98 *upload_data_size = 0; in ahc_echo()
|