/external/skia/tools/skiaserve/urlhandlers/ |
EnableGPUHandler.cpp | 22 int EnableGPUHandler::handle(Request* request, MHD_Connection* connection,
|
ImgHandler.cpp | 22 int ImgHandler::handle(Request* request, MHD_Connection* connection,
|
CmdHandler.cpp | 21 int CmdHandler::handle(Request* request, MHD_Connection* connection,
|
InfoHandler.cpp | 23 int InfoHandler::handle(Request* request, MHD_Connection* connection,
|
PostHandler.cpp | 35 int PostHandler::handle(Request* request, MHD_Connection* connection,
|
/external/libmicrohttpd/src/examples/ |
benchmark.c | 65 struct MHD_Connection *connection, 106 struct MHD_Connection *connection,
|
benchmark_https.c | 65 struct MHD_Connection *connection, 106 struct MHD_Connection *connection,
|
post_example.c | 147 get_session (struct MHD_Connection *connection) 207 struct MHD_Connection *connection); 277 struct MHD_Connection *connection) 313 struct MHD_Connection *connection) 356 struct MHD_Connection *connection) 400 struct MHD_Connection *connection) 538 struct MHD_Connection *connection, 645 struct MHD_Connection *connection,
|
authorization_example.c | 43 struct MHD_Connection *connection,
|
querystring_example.c | 33 struct MHD_Connection *connection,
|
refuse_post_example.c | 38 struct MHD_Connection *connection,
|
digest_auth_example.c | 37 struct MHD_Connection *connection,
|
fileserver_example.c | 50 struct MHD_Connection *connection,
|
/external/libmicrohttpd/src/testcurl/https/ |
tls_test_common.h | 92 http_ahc (void *cls, struct MHD_Connection *connection, 97 http_dummy_ahc (void *cls, struct MHD_Connection *connection,
|
/external/skia/tools/skiaserve/ |
skiaserve.cpp | 51 int invoke(Request* request, MHD_Connection* connection, const char* url, const char* method, 68 int answer_to_connection(void* cls, struct MHD_Connection* connection,
|
/external/libmicrohttpd/src/microhttpd/ |
connection.c | 128 MHD_get_connection_values (struct MHD_Connection *connection, 177 MHD_set_connection_value (struct MHD_Connection *connection, 217 MHD_lookup_connection_value (struct MHD_Connection *connection, 243 need_100_continue (struct MHD_Connection *connection) 268 MHD_connection_close (struct MHD_Connection *connection, 297 connection_close_error (struct MHD_Connection *connection, 332 try_ready_normal_body (struct MHD_Connection *connection) 399 try_ready_chunked_body (struct MHD_Connection *connection) 510 keepalive_possible (struct MHD_Connection *connection) 608 try_grow_read_buffer (struct MHD_Connection *connection [all...] |
/external/libmicrohttpd/doc/examples/ |
largepost.c | 57 send_page (struct MHD_Connection *connection, const char *page, 120 request_completed (void *cls, struct MHD_Connection *connection, 146 answer_to_connection (void *cls, struct MHD_Connection *connection,
|
sessions.c | 169 get_session (struct MHD_Connection *connection) 229 struct MHD_Connection *connection); 299 struct MHD_Connection *connection) 333 struct MHD_Connection *connection) 375 struct MHD_Connection *connection) 418 struct MHD_Connection *connection) 555 struct MHD_Connection *connection, 662 struct MHD_Connection *connection,
|
basicauthentication.c | 21 answer_to_connection (void *cls, struct MHD_Connection *connection,
|
responseheaders.c | 23 answer_to_connection (void *cls, struct MHD_Connection *connection,
|
tlsauthentication.c | 119 ask_for_authentication (struct MHD_Connection *connection, const char *realm) 154 is_authenticated (struct MHD_Connection *connection, 193 secret_page (struct MHD_Connection *connection) 213 answer_to_connection (void *cls, struct MHD_Connection *connection,
|
/system/webservd/webservd/ |
request.h | 30 struct MHD_Connection; 74 MHD_Connection* connection, 186 MHD_Connection* connection_{nullptr};
|
/external/libmicrohttpd/src/testcurl/ |
test_options.c | 39 struct MHD_Connection *connection,
|
test_start_stop.c | 41 struct MHD_Connection *connection,
|
test_termination.c | 53 struct MHD_Connection *connection,
|