/third_party/skia/third_party/externals/microhttpd/src/microhttpd/ |
D | internal.h | 491 (*ReceiveCallback) (struct MHD_Connection *conn, 505 (*TransmitCallback) (struct MHD_Connection *conn, 513 struct MHD_Connection struct 520 struct MHD_Connection *nextE; argument 525 struct MHD_Connection *prevE; argument 531 struct MHD_Connection *next; argument 536 struct MHD_Connection *prev; argument 545 struct MHD_Connection *nextX; argument 550 struct MHD_Connection *prevX; argument 818 int (*read_handler) (struct MHD_Connection *connection); argument [all …]
|
D | connection.h | 39 MHD_set_http_callbacks_ (struct MHD_Connection *connection); 53 MHD_connection_handle_read (struct MHD_Connection *connection); 67 MHD_connection_handle_write (struct MHD_Connection *connection); 81 MHD_connection_handle_idle (struct MHD_Connection *connection); 92 MHD_connection_close (struct MHD_Connection *connection, 106 MHD_connection_epoll_update_ (struct MHD_Connection *connection);
|
D | test_postprocessor.c | 124 struct MHD_Connection connection; in test_urlencoding() 132 memset (&connection, 0, sizeof (struct MHD_Connection)); in test_urlencoding() 158 struct MHD_Connection connection; in test_multipart_garbage() 177 memset (&connection, 0, sizeof (struct MHD_Connection)); in test_multipart_garbage() 199 struct MHD_Connection connection; in test_multipart_splits() 210 memset (&connection, 0, sizeof (struct MHD_Connection)); in test_multipart_splits() 232 struct MHD_Connection connection; in test_multipart() 240 memset (&connection, 0, sizeof (struct MHD_Connection)); in test_multipart() 267 struct MHD_Connection connection; in test_nested_multipart() 275 memset (&connection, 0, sizeof (struct MHD_Connection)); in test_nested_multipart() [all …]
|
D | connection_https.c | 46 run_tls_handshake (struct MHD_Connection *connection) in run_tls_handshake() 96 MHD_tls_connection_handle_read (struct MHD_Connection *connection) in MHD_tls_connection_handle_read() 113 MHD_tls_connection_handle_write (struct MHD_Connection *connection) in MHD_tls_connection_handle_write() 132 MHD_tls_connection_handle_idle (struct MHD_Connection *connection) in MHD_tls_connection_handle_idle() 176 MHD_set_https_callbacks (struct MHD_Connection *connection) in MHD_set_https_callbacks()
|
D | connection.c | 128 MHD_get_connection_values (struct MHD_Connection *connection, in MHD_get_connection_values() 177 MHD_set_connection_value (struct MHD_Connection *connection, in MHD_set_connection_value() 217 MHD_lookup_connection_value (struct MHD_Connection *connection, in MHD_lookup_connection_value() 243 need_100_continue (struct MHD_Connection *connection) in need_100_continue() 268 MHD_connection_close (struct MHD_Connection *connection, in MHD_connection_close() 297 connection_close_error (struct MHD_Connection *connection, in connection_close_error() 332 try_ready_normal_body (struct MHD_Connection *connection) in try_ready_normal_body() 399 try_ready_chunked_body (struct MHD_Connection *connection) in try_ready_chunked_body() 510 keepalive_possible (struct MHD_Connection *connection) in keepalive_possible() 608 try_grow_read_buffer (struct MHD_Connection *connection) [all …]
|
D | test_postprocessor_amp.c | 26 struct MHD_Connection connection; in main() 30 memset (&connection, 0, sizeof (struct MHD_Connection)); in main()
|
D | test_postprocessor_large.c | 62 struct MHD_Connection connection; in test_simple_large() 75 memset (&connection, 0, sizeof (struct MHD_Connection)); in test_simple_large()
|
D | basicauth.c | 46 MHD_basic_auth_get_username_password (struct MHD_Connection *connection, in MHD_basic_auth_get_username_password() 116 MHD_queue_basic_auth_fail_response (struct MHD_Connection *connection, in MHD_queue_basic_auth_fail_response()
|
D | digestauth.c | 301 check_nonce_nc (struct MHD_Connection *connection, in check_nonce_nc() 361 MHD_digest_auth_get_username(struct MHD_Connection *connection) in MHD_digest_auth_get_username() 443 test_header (struct MHD_Connection *connection, in test_header() 479 check_argument_match (struct MHD_Connection *connection, in check_argument_match() 562 MHD_digest_auth_check (struct MHD_Connection *connection, in MHD_digest_auth_check() 800 MHD_queue_auth_fail_response (struct MHD_Connection *connection, in MHD_queue_auth_fail_response()
|
/third_party/flutter/skia/tools/skiaserve/urlhandlers/ |
D | UrlHandler.h | 12 struct MHD_Connection; 19 virtual int handle(Request* request, MHD_Connection* connection, 27 int handle(Request* request, MHD_Connection* connection, 35 int handle(Request* request, MHD_Connection* connection, 43 int handle(Request* request, MHD_Connection* connection, 55 int handle(Request* request, MHD_Connection* connection, 67 int handle(Request* request, MHD_Connection* connection, 79 int handle(Request* request, MHD_Connection* connection, 87 int handle(Request* request, MHD_Connection* connection, 95 int handle(Request* request, MHD_Connection* connection, [all …]
|
/third_party/skia/tools/skiaserve/urlhandlers/ |
D | UrlHandler.h | 12 struct MHD_Connection; 19 virtual int handle(Request* request, MHD_Connection* connection, 27 int handle(Request* request, MHD_Connection* connection, 35 int handle(Request* request, MHD_Connection* connection, 43 int handle(Request* request, MHD_Connection* connection, 55 int handle(Request* request, MHD_Connection* connection, 67 int handle(Request* request, MHD_Connection* connection, 79 int handle(Request* request, MHD_Connection* connection, 87 int handle(Request* request, MHD_Connection* connection, 95 int handle(Request* request, MHD_Connection* connection, [all …]
|
/third_party/skia/third_party/externals/microhttpd/src/include/ |
D | microhttpd.h | 413 struct MHD_Connection; 1271 struct MHD_Connection *connection, 1294 struct MHD_Connection *connection, 1319 struct MHD_Connection *connection, 1724 MHD_get_connection_values (struct MHD_Connection *connection, 1755 MHD_set_connection_value (struct MHD_Connection *connection, 1805 MHD_lookup_connection_value (struct MHD_Connection *connection, 1822 MHD_queue_response (struct MHD_Connection *connection, 1855 MHD_suspend_connection (struct MHD_Connection *connection); 1867 MHD_resume_connection (struct MHD_Connection *connection); [all …]
|
/third_party/skia/tools/skiaserve/ |
D | Response.h | 11 struct MHD_Connection; 17 int SendOK(MHD_Connection* connection); 19 int SendError(MHD_Connection* connection, const char* msg); 21 int SendData(MHD_Connection* connection, const SkData* data, const char* type, 24 int SendTemplate(MHD_Connection* connection, bool redirect = false,
|
D | Response.cpp | 44 int SendOK(MHD_Connection* connection) { in SendOK() 55 int SendError(MHD_Connection* connection, const char* msg) { in SendError() 64 int SendData(MHD_Connection* connection, const SkData* data, const char* type, in SendData() 80 int SendTemplate(MHD_Connection* connection, bool redirect, const char* redirectUrl) { in SendTemplate()
|
D | Request.h | 25 struct MHD_Connection; 31 MHD_Connection* connection;
|
/third_party/flutter/skia/tools/skiaserve/ |
D | Response.h | 11 struct MHD_Connection; 17 int SendOK(MHD_Connection* connection); 19 int SendError(MHD_Connection* connection, const char* msg); 21 int SendData(MHD_Connection* connection, const SkData* data, const char* type, 24 int SendTemplate(MHD_Connection* connection, bool redirect = false,
|
D | Response.cpp | 44 int SendOK(MHD_Connection* connection) { in SendOK() 55 int SendError(MHD_Connection* connection, const char* msg) { in SendError() 64 int SendData(MHD_Connection* connection, const SkData* data, const char* type, in SendData() 80 int SendTemplate(MHD_Connection* connection, bool redirect, const char* redirectUrl) { in SendTemplate()
|
D | Request.h | 25 struct MHD_Connection; 31 MHD_Connection* connection;
|
/third_party/skia/third_party/externals/microhttpd/doc/examples/ |
D | sessions.c | 169 get_session (struct MHD_Connection *connection) in get_session() 229 struct MHD_Connection *connection); 299 struct MHD_Connection *connection) in serve_simple_form() 333 struct MHD_Connection *connection) in fill_v1_form() 375 struct MHD_Connection *connection) in fill_v1_v2_form() 418 struct MHD_Connection *connection) in not_found_page() 555 struct MHD_Connection *connection, in create_response() 662 struct MHD_Connection *connection, in request_completed_callback()
|
D | tlsauthentication.c | 119 ask_for_authentication (struct MHD_Connection *connection, const char *realm) in ask_for_authentication() 154 is_authenticated (struct MHD_Connection *connection, in is_authenticated() 193 secret_page (struct MHD_Connection *connection) in secret_page() 213 answer_to_connection (void *cls, struct MHD_Connection *connection, in answer_to_connection()
|
D | simplepost.c | 46 send_page (struct MHD_Connection *connection, const char *page) in send_page() 95 request_completed (void *cls, struct MHD_Connection *connection, in request_completed() 116 answer_to_connection (void *cls, struct MHD_Connection *connection, in answer_to_connection()
|
D | largepost.c | 57 send_page (struct MHD_Connection *connection, const char *page, in send_page() 120 request_completed (void *cls, struct MHD_Connection *connection, in request_completed() 146 answer_to_connection (void *cls, struct MHD_Connection *connection, in answer_to_connection()
|
/third_party/skia/third_party/externals/microhttpd/src/examples/ |
D | post_example.c | 147 get_session (struct MHD_Connection *connection) in get_session() 207 struct MHD_Connection *connection); 277 struct MHD_Connection *connection) in serve_simple_form() 313 struct MHD_Connection *connection) in fill_v1_form() 356 struct MHD_Connection *connection) in fill_v1_v2_form() 400 struct MHD_Connection *connection) in not_found_page() 538 struct MHD_Connection *connection, in create_response() 645 struct MHD_Connection *connection, in request_completed_callback()
|
D | mhd2spdy_http.h | 32 struct MHD_Connection *connection, 50 struct MHD_Connection *connection,
|
/third_party/skia/third_party/externals/microhttpd/src/testcurl/https/ |
D | tls_test_common.h | 92 http_ahc (void *cls, struct MHD_Connection *connection, 97 http_dummy_ahc (void *cls, struct MHD_Connection *connection,
|