/external/libmicrohttpd/src/microhttpd/ |
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);
|
connection_https.h | 39 MHD_set_https_callbacks (struct MHD_Connection *connection);
|
connection_https.c | 46 run_tls_handshake (struct MHD_Connection *connection) 96 MHD_tls_connection_handle_read (struct MHD_Connection *connection) 113 MHD_tls_connection_handle_write (struct MHD_Connection *connection) 132 MHD_tls_connection_handle_idle (struct MHD_Connection *connection) 176 MHD_set_https_callbacks (struct MHD_Connection *connection)
|
internal.h | 488 (*ReceiveCallback) (struct MHD_Connection *conn, 502 (*TransmitCallback) (struct MHD_Connection *conn, 510 struct MHD_Connection 517 struct MHD_Connection *nextE; 522 struct MHD_Connection *prevE; 528 struct MHD_Connection *next; 533 struct MHD_Connection *prev; 542 struct MHD_Connection *nextX; 547 struct MHD_Connection *prevX; 815 int (*read_handler) (struct MHD_Connection *connection) [all...] |
test_postprocessor_amp.c | 26 struct MHD_Connection connection; 30 memset (&connection, 0, sizeof (struct MHD_Connection));
|
test_postprocessor.c | 124 struct MHD_Connection connection; 132 memset (&connection, 0, sizeof (struct MHD_Connection)); 158 struct MHD_Connection connection; 177 memset (&connection, 0, sizeof (struct MHD_Connection)); 199 struct MHD_Connection connection; 210 memset (&connection, 0, sizeof (struct MHD_Connection)); 232 struct MHD_Connection connection; 240 memset (&connection, 0, sizeof (struct MHD_Connection)); 267 struct MHD_Connection connection; 275 memset (&connection, 0, sizeof (struct MHD_Connection)); [all...] |
basicauth.c | 46 MHD_basic_auth_get_username_password (struct MHD_Connection *connection, 116 MHD_queue_basic_auth_fail_response (struct MHD_Connection *connection,
|
test_postprocessor_large.c | 62 struct MHD_Connection connection; 75 memset (&connection, 0, sizeof (struct MHD_Connection));
|
/external/skia/tools/skiaserve/ |
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 SendJSON(MHD_Connection* connection, Request* request, int n); 26 int SendTemplate(MHD_Connection* connection, bool redirect = false,
|
Request.h | 20 struct MHD_Connection; 26 MHD_Connection* connection;
|
Response.cpp | 44 int SendOK(MHD_Connection* connection) { 55 int SendError(MHD_Connection* connection, const char* msg) { 64 int SendData(MHD_Connection* connection, const SkData* data, const char* type, 80 int SendJSON(MHD_Connection* connection, Request* request, int n) { 93 int SendTemplate(MHD_Connection* connection, bool redirect, const char* redirectUrl) {
|
/external/libmicrohttpd/src/examples/ |
mhd2spdy_http.h | 32 struct MHD_Connection *connection, 50 struct MHD_Connection *connection,
|
chunked_example.c | 42 struct MHD_Connection *connection,
|
dual_stack_example.c | 32 struct MHD_Connection *connection,
|
minimal_example.c | 32 struct MHD_Connection *connection,
|
minimal_example_comet.c | 40 struct MHD_Connection *connection,
|
/external/skia/tools/skiaserve/urlhandlers/ |
UrlHandler.h | 10 struct MHD_Connection; 17 virtual int handle(Request* request, MHD_Connection* connection, 25 int handle(Request* request, MHD_Connection* connection, 33 int handle(Request* request, MHD_Connection* connection, 41 int handle(Request* request, MHD_Connection* connection, 55 int handle(Request* request, MHD_Connection* connection, 67 int handle(Request* request, MHD_Connection* connection, 75 int handle(Request* request, MHD_Connection* connection, 83 int handle(Request* request, MHD_Connection* connection, 91 int handle(Request* request, MHD_Connection* connection [all...] |
RootHandler.cpp | 21 int RootHandler::handle(Request* request, MHD_Connection* connection,
|
ClipAlphaHandler.cpp | 22 int ClipAlphaHandler::handle(Request* request, MHD_Connection* connection,
|
DataHandler.cpp | 22 int DataHandler::handle(Request* request, MHD_Connection* connection,
|
DownloadHandler.cpp | 23 int DownloadHandler::handle(Request* request, MHD_Connection* connection,
|
/external/libmicrohttpd/src/include/ |
microhttpd.h | 413 struct MHD_Connection; 669 * void * my_logger(void *cls, const char *uri, struct MHD_Connection *con) 779 * struct MHD_Connection *c, [all...] |
/external/libmicrohttpd/doc/examples/ |
simplepost.c | 46 send_page (struct MHD_Connection *connection, const char *page) 95 request_completed (void *cls, struct MHD_Connection *connection, 116 answer_to_connection (void *cls, struct MHD_Connection *connection,
|
hellobrowser.c | 18 answer_to_connection (void *cls, struct MHD_Connection *connection,
|
logging.c | 27 answer_to_connection (void *cls, struct MHD_Connection *connection,
|