HomeSort by relevance Sort by last modified time
    Searched full:connection (Results 426 - 450 of 24174) sorted by null

<<11121314151617181920>>

  /external/curl/tests/data/
test36 17 Connection: mooo
29 Connection: mooo
test836 7 connection re-use
36 IMAP multiple connection authentication
test882 7 connection re-use
35 POP3 multiple connection authentication
test93 16 Connection: close
46 Proxy-Connection: Keep-Alive
test99 17 Connection: close
27 Connection: close
  /external/kernel-headers/original/uapi/linux/caif/
if_caif.h 16 * @IFLA_CAIF_IPV4_CONNID: Connection ID for IPv4 PDP Context.
18 * @IFLA_CAIF_IPV6_CONNID: Connection ID for IPv6 PDP Context.
  /external/libbrillo/brillo/http/
http_connection_curl.h 22 // This is a libcurl-based implementation of http::Connection.
23 class BRILLO_EXPORT Connection : public http::Connection {
25 Connection(CURL* curl_handle,
29 ~Connection() override;
31 // Overrides from http::Connection.
65 // pertaining to the current connection.
96 DISALLOW_COPY_AND_ASSIGN(Connection);
http_transport.h 27 class Connection;
46 // Creates a connection object and initializes it with the specified data.
48 // used to maintain the object alive as long as the connection exists.
50 // to the underlying transport (e.g. CURL) to establish the connection.
51 virtual std::shared_ptr<Connection> CreateConnection(
65 // Initiates an asynchronous transfer on the given |connection|.
69 Connection* connection,
mock_transport.h 23 std::shared_ptr<Connection>(const std::string&,
31 MOCK_METHOD3(StartAsyncTransfer, RequestID(Connection*,
  /external/libmicrohttpd/doc/examples/
hellobrowser.c 18 answer_to_connection (void *cls, struct MHD_Connection *connection,
30 ret = MHD_queue_response (connection, MHD_HTTP_OK, response);
logging.c 27 answer_to_connection (void *cls, struct MHD_Connection *connection,
34 MHD_get_connection_values (connection, MHD_HEADER_KIND, print_out_key,
simplepost.c 46 send_page (struct MHD_Connection *connection, const char *page)
58 ret = MHD_queue_response (connection, MHD_HTTP_OK, response);
95 request_completed (void *cls, struct MHD_Connection *connection,
116 answer_to_connection (void *cls, struct MHD_Connection *connection,
133 MHD_create_post_processor (connection, POSTBUFFERSIZE,
154 return send_page (connection, askpage);
170 return send_page (connection, con_info->answerstring);
173 return send_page (connection, errorpage);
  /external/linux-kselftest/tools/testing/selftests/android/ion/
ipcsocket.h 19 /* This API is used to open the IPC socket connection
31 /* This is the API to close the socket connection */
  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/session/
Session.java 36 * Send the specified reply code and text across the control connection.
44 * Open the data connection, attaching to the predefined port number on the client
49 * Close the data connection
60 * Write the specified data using the data connection
68 * Read data from the client across the data connection
75 * Read and return (up to) numBytes of data from the client across the data connection
94 * @param clientHost - the client host for the data connection
99 * @param clientDataPort - the port number on the client side for the data connection
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/
ThreadInterruptTest.java 85 HttpURLConnection connection = new OkUrlFactory(client).open(server.getUrl("/")); local
86 connection.setDoOutput(true);
87 connection.setFixedLengthStreamingMode(requestBodySize);
88 OutputStream requestBody = connection.getOutputStream();
99 connection.disconnect();
112 HttpURLConnection connection = new OkUrlFactory(client).open(server.getUrl("/")); local
113 InputStream responseBody = connection.getInputStream();
122 connection.disconnect();
  /external/skia/tools/skiaserve/urlhandlers/
ClipAlphaHandler.cpp 22 int ClipAlphaHandler::handle(Request* request, MHD_Connection* connection,
36 return SendOK(connection);
DataHandler.cpp 22 int DataHandler::handle(Request* request, MHD_Connection* connection,
36 return SendData(connection, urlData->fData.get(), urlData->fContentType.c_str());
DownloadHandler.cpp 21 int DownloadHandler::handle(Request* request, MHD_Connection* connection,
31 return SendData(connection, data.get(), "application/octet-stream", true,
InfoHandler.cpp 22 int InfoHandler::handle(Request* request, MHD_Connection* connection,
41 return SendData(connection, data.get(), "application/json");
OpBoundsHandler.cpp 22 int OpBoundsHandler::handle(Request* request, MHD_Connection* connection, const char* url,
35 return SendOK(connection);
OpsHandler.cpp 21 int OpsHandler::handle(Request* request, MHD_Connection* connection, const char* url,
35 return SendData(connection, data.get(), "application/json");
  /external/skqp/tools/skiaserve/urlhandlers/
ClipAlphaHandler.cpp 22 int ClipAlphaHandler::handle(Request* request, MHD_Connection* connection,
36 return SendOK(connection);
DataHandler.cpp 22 int DataHandler::handle(Request* request, MHD_Connection* connection,
36 return SendData(connection, urlData->fData.get(), urlData->fContentType.c_str());
DownloadHandler.cpp 21 int DownloadHandler::handle(Request* request, MHD_Connection* connection,
31 return SendData(connection, data.get(), "application/octet-stream", true,
InfoHandler.cpp 22 int InfoHandler::handle(Request* request, MHD_Connection* connection,
41 return SendData(connection, data.get(), "application/json");

Completed in 941 milliseconds

<<11121314151617181920>>