/third_party/skia/third_party/externals/microhttpd/doc/examples/ |
D | simplepost.c | 96 void **con_cls, enum MHD_RequestTerminationCode toe) in request_completed() argument 98 struct connection_info_struct *con_info = *con_cls; in request_completed() 111 *con_cls = NULL; in request_completed() 119 size_t *upload_data_size, void **con_cls) in answer_to_connection() argument 121 if (NULL == *con_cls) in answer_to_connection() 147 *con_cls = (void *) con_info; in answer_to_connection() 159 struct connection_info_struct *con_info = *con_cls; in answer_to_connection()
|
D | largepost.c | 121 void **con_cls, enum MHD_RequestTerminationCode toe) in request_completed() argument 123 struct connection_info_struct *con_info = *con_cls; in request_completed() 141 *con_cls = NULL; in request_completed() 149 size_t *upload_data_size, void **con_cls) in answer_to_connection() argument 151 if (NULL == *con_cls) in answer_to_connection() 185 *con_cls = (void *) con_info; in answer_to_connection() 200 struct connection_info_struct *con_info = *con_cls; in answer_to_connection()
|
D | basicauthentication.c | 24 size_t *upload_data_size, void **con_cls) in answer_to_connection() argument 34 if (NULL == *con_cls) in answer_to_connection() 36 *con_cls = connection; in answer_to_connection()
|
D | tlsauthentication.c | 216 size_t *upload_data_size, void **con_cls) in answer_to_connection() argument 220 if (NULL == *con_cls) in answer_to_connection() 222 *con_cls = connection; in answer_to_connection()
|
D | hellobrowser.c | 21 size_t *upload_data_size, void **con_cls) in answer_to_connection() argument
|
D | logging.c | 30 size_t *upload_data_size, void **con_cls) in answer_to_connection() argument
|
D | responseheaders.c | 26 size_t *upload_data_size, void **con_cls) in answer_to_connection() argument
|
D | sessions.c | 663 void **con_cls, in request_completed_callback() argument 666 struct Request *request = *con_cls; in request_completed_callback()
|
/third_party/skia/third_party/externals/microhttpd/src/examples/ |
D | benchmark.c | 66 void **con_cls, in completed_callback() argument 69 struct timeval *tv = *con_cls; in completed_callback()
|
D | benchmark_https.c | 66 void **con_cls, in completed_callback() argument 69 struct timeval *tv = *con_cls; in completed_callback()
|
D | mhd2spdy_http.h | 51 void **con_cls,
|
D | mhd2spdy_http.c | 374 void **con_cls, in http_cb_request_completed() argument 382 http_uri = (struct HTTP_URI *)*con_cls; in http_cb_request_completed()
|
D | post_example.c | 646 void **con_cls, in request_completed_callback() argument 649 struct Request *request = *con_cls; in request_completed_callback()
|
/third_party/skia/third_party/externals/microhttpd/doc/chapters/ |
D | processingpost.inc | 114 void **con_cls, 117 struct connection_info_struct *con_info = *con_cls; 127 *con_cls = NULL; 158 size_t *upload_data_size, void **con_cls) 160 if(NULL == *con_cls) 193 *con_cls = (void*) con_info; 215 struct connection_info_struct *con_info = *con_cls;
|
D | basicauthentication.inc | 50 void **con_cls) 53 if (NULL == *con_cls) {*con_cls = connection; return MHD_YES;} 85 size_t *upload_data_size, void **con_cls) 94 if (NULL == *con_cls) 96 *con_cls = connection;
|
D | largerpost.inc | 98 size_t *upload_data_size, void **con_cls) 100 if (NULL == *con_cls) 123 *con_cls = (void*) con_info; 182 struct connection_info_struct *con_info = *con_cls; 287 void **con_cls, 290 struct connection_info_struct *con_info = *con_cls; 306 *con_cls = NULL;
|
/third_party/skia/third_party/externals/microhttpd/src/testzzuf/ |
D | test_post.c | 57 void **con_cls, in completed_cb() argument 60 struct MHD_PostProcessor *pp = *con_cls; in completed_cb() 64 *con_cls = NULL; in completed_cb()
|
D | test_post_form.c | 55 void **con_cls, in completed_cb() argument 58 struct MHD_PostProcessor *pp = *con_cls; in completed_cb() 62 *con_cls = NULL; in completed_cb()
|
/third_party/skia/third_party/externals/microhttpd/src/testcurl/ |
D | test_postform.c | 62 void **con_cls, in completed_cb() argument 65 struct MHD_PostProcessor *pp = *con_cls; in completed_cb() 69 *con_cls = NULL; in completed_cb()
|
D | test_post.c | 68 void **con_cls, in completed_cb() argument 71 struct MHD_PostProcessor *pp = *con_cls; in completed_cb() 75 *con_cls = NULL; in completed_cb()
|
D | test_callback.c | 65 size_t *upload_data_size, void **con_cls) { in callback() argument
|
/third_party/skia/third_party/externals/microhttpd/doc/ |
D | libmicrohttpd-tutorial.info | 146 size_t *upload_data_size, void **con_cls) 350 size_t *upload_data_size, void **con_cls) 480 size_t *upload_data_size, void **con_cls) 700 void **con_cls) 703 if (NULL == *con_cls) {*con_cls = connection; return MHD_YES;} 733 size_t *upload_data_size, void **con_cls) 742 if (NULL == *con_cls) 744 *con_cls = connection; 932 void **con_cls, 935 struct connection_info_struct *con_info = *con_cls; [all …]
|
/third_party/skia/tools/skiaserve/ |
D | skiaserve.cpp | 76 void** con_cls) { in answer_to_connection() argument
|
/third_party/flutter/skia/tools/skiaserve/ |
D | skiaserve.cpp | 76 void** con_cls) { in answer_to_connection() argument
|
/third_party/skia/third_party/externals/microhttpd/src/include/ |
D | microhttpd.h | 1277 void **con_cls); 1295 void **con_cls,
|