Searched defs:client (Results 226 - 250 of 327) sorted by relevance

1234567891011>>

/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/spdy/
H A DMockSpdyPeer.java41 private boolean client = false; field in class:MockSpdyPeer
44 private FrameWriter frameWriter = variant.newWriter(bytesOut, client);
53 public void setVariantAndClient(Variant variant, boolean client) { argument
54 if (this.variant.getProtocol() == variant.getProtocol() && this.client == client) {
57 this.client = client;
59 this.frameWriter = variant.newWriter(bytesOut, client);
136 FrameReader reader = variant.newReader(Okio.buffer(Okio.source(in)), client);
/external/okhttp/okhttp-urlconnection/src/main/java/com/squareup/okhttp/internal/huc/
H A DHttpURLConnectionImpl.java81 final OkHttpClient client; field in class:HttpURLConnectionImpl
105 public HttpURLConnectionImpl(URL url, OkHttpClient client) { argument
107 this.client = client;
261 InetSocketAddress proxyAddress = (InetSocketAddress) client.getProxy().address();
274 client.setConnectTimeout(timeoutMillis, TimeUnit.MILLISECONDS);
279 client.setFollowRedirects(followRedirects);
283 return client.getConnectTimeout();
287 client.setReadTimeout(timeoutMillis, TimeUnit.MILLISECONDS);
291 return client
[all...]
/external/openssh/
H A Dcipher.c205 cipher_mask_ssh1(int client) argument
210 if (client) {
/external/ppp/pppd/
H A Dchap-new.c86 } client; variable in typeref:struct:chap_client_state
146 memset(&client, 0, sizeof(client));
171 struct chap_client_state *cs = &client;
183 struct chap_client_state *cs = &client;
230 struct chap_client_state *cs = &client;
532 struct chap_client_state *cs = &client;
563 struct chap_client_state *cs = &client;
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowWebView.java77 public void setWebViewClient(WebViewClient client) { argument
78 webViewClient = client;
82 public void setWebChromeClient(WebChromeClient client) { argument
83 webChromeClient = client;
/external/toybox/toys/pending/
H A Dtcpsvd.c355 char *client = sock_to_address((struct sockaddr*)buf, NI_NUMERICHOST | NI_NUMERICSERV); local
365 setenv("PROTOREMOTEADDR", client, 1);
377 xprintf("%s: start %d %s-%s",toys.which->name, getpid(), server, client);
383 free(client);
398 xclose(newfd); //close and reopen for next client.
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dtls_internal.c29 struct tlsv1_client *client; member in struct:tls_connection
93 conn->client = tlsv1_client_init();
94 if (conn->client == NULL) {
141 if (conn->client)
142 tlsv1_client_deinit(conn->client);
155 if (conn->client)
156 return tlsv1_client_established(conn->client);
169 if (conn->client)
170 return tlsv1_client_shutdown(conn->client);
186 if (conn->client
[all...]
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps_upnp_i.h56 struct sockaddr_in client; /* for M-SEARCH replies */ member in struct:advertisement_state_machine
H A Dwps_upnp_ssdp.c408 a->state, inet_ntoa(a->client.sin_addr),
409 ntohs(a->client.sin_port));
419 (struct sockaddr *) &a->client, sizeof(a->client)) < 0) {
423 inet_ntoa(a->client.sin_addr),
424 ntohs(a->client.sin_port));
445 * @client: Client address
458 struct sockaddr_in *client,
480 os_memcpy(&a->client, client, sizeo
457 msearchreply_state_machine_start(struct upnp_wps_device_sm *sm, struct sockaddr_in *client, int mx) argument
523 ssdp_parse_msearch(struct upnp_wps_device_sm *sm, struct sockaddr_in *client, const char *data) argument
[all...]
/external/wpa_supplicant_8/src/crypto/
H A Dtls_internal.c29 struct tlsv1_client *client; member in struct:tls_connection
93 conn->client = tlsv1_client_init();
94 if (conn->client == NULL) {
141 if (conn->client)
142 tlsv1_client_deinit(conn->client);
155 if (conn->client)
156 return tlsv1_client_established(conn->client);
169 if (conn->client)
170 return tlsv1_client_shutdown(conn->client);
186 if (conn->client
[all...]
/external/wpa_supplicant_8/src/wps/
H A Dwps_upnp_i.h56 struct sockaddr_in client; /* for M-SEARCH replies */ member in struct:advertisement_state_machine
H A Dwps_upnp_ssdp.c408 a->state, inet_ntoa(a->client.sin_addr),
409 ntohs(a->client.sin_port));
419 (struct sockaddr *) &a->client, sizeof(a->client)) < 0) {
423 inet_ntoa(a->client.sin_addr),
424 ntohs(a->client.sin_port));
445 * @client: Client address
458 struct sockaddr_in *client,
480 os_memcpy(&a->client, client, sizeo
457 msearchreply_state_machine_start(struct upnp_wps_device_sm *sm, struct sockaddr_in *client, int mx) argument
523 ssdp_parse_msearch(struct upnp_wps_device_sm *sm, struct sockaddr_in *client, const char *data) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dtls_internal.c29 struct tlsv1_client *client; member in struct:tls_connection
93 conn->client = tlsv1_client_init();
94 if (conn->client == NULL) {
141 if (conn->client)
142 tlsv1_client_deinit(conn->client);
155 if (conn->client)
156 return tlsv1_client_established(conn->client);
169 if (conn->client)
170 return tlsv1_client_shutdown(conn->client);
186 if (conn->client
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dwps_upnp_i.h56 struct sockaddr_in client; /* for M-SEARCH replies */ member in struct:advertisement_state_machine
H A Dwps_upnp_ssdp.c408 a->state, inet_ntoa(a->client.sin_addr),
409 ntohs(a->client.sin_port));
419 (struct sockaddr *) &a->client, sizeof(a->client)) < 0) {
423 inet_ntoa(a->client.sin_addr),
424 ntohs(a->client.sin_port));
445 * @client: Client address
458 struct sockaddr_in *client,
480 os_memcpy(&a->client, client, sizeo
457 msearchreply_state_machine_start(struct upnp_wps_device_sm *sm, struct sockaddr_in *client, int mx) argument
523 ssdp_parse_msearch(struct upnp_wps_device_sm *sm, struct sockaddr_in *client, const char *data) argument
[all...]
/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3debughandlers.c201 // Connection structures to deal with the client after we accept the connection
204 ANTLR3_SOCKADDRT client; local
286 sockaddr_len = sizeof(client);
287 delboy->socket = accept(serverSocket, (pANTLR3_SOCKADDRC)&client, &sockaddr_len);
306 // We now have a good socket connection with the debugging client, so we
321 // Send the supplied text and wait for an ack from the client
354 ANTLR3_PRINTF("Exiting debugger as remote client closed the socket\n");
/external/apache-http/src/org/apache/http/impl/client/
H A DAbstractHttpClient.java2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/impl/client/AbstractHttpClient.java $
32 package org.apache.http.impl.client;
49 import org.apache.http.client.AuthenticationHandler;
50 import org.apache.http.client.ClientProtocolException;
51 import org.apache.http.client.RequestDirector;
52 import org.apache.http.client.ResponseHandler;
53 import org.apache.http.client.CookieStore;
54 import org.apache.http.client.CredentialsProvider;
55 import org.apache.http.client
[all...]
/external/fio/
H A Dgfio.h131 struct gfio_client *client; member in struct:gui_entry
151 struct fio_client *client; member in struct:gfio_client
/external/google-breakpad/src/client/windows/handler/
H A Dexception_handler.cc38 #include "client/windows/common/ipc_protocol.h"
39 #include "client/windows/handler/exception_handler.h"
180 // crash generation client.
181 scoped_ptr<CrashGenerationClient> client; local
183 client.reset(crash_generation_client);
185 client.reset(
188 client.reset(
192 if (client.get() != NULL) {
195 if (client->Register()) {
196 crash_generation_client_.reset(client
[all...]
/external/kernel-headers/original/uapi/drm/
H A Dtegra_drm.h62 __u32 client; member in struct:drm_tegra_open_channel
/external/libdrm/include/drm/
H A Dtegra_drm.h57 __u32 client; member in struct:drm_tegra_open_channel
/external/libdrm/nouveau/
H A Dnouveau.h171 struct nouveau_client *client; member in struct:nouveau_bufctx
192 struct nouveau_client *client; member in struct:nouveau_pushbuf
H A Dpushbuf.c88 struct nouveau_device *dev = push->client->device;
154 struct nouveau_device *dev = push->client->device;
170 * same client, we need to flush the other pushbuf first to ensure
173 fpush = cli_push_get(push->client, bo);
177 kref = cli_kref_get(push->client, bo);
215 cli_kref_set(push->client, bo, kref, push);
233 pkref = cli_kref_get(push->client, nvpb->bo);
234 bkref = cli_kref_get(push->client, bo);
312 struct nouveau_device *dev = push->client->device;
412 cli_kref_set(push->client, b
533 nouveau_pushbuf_new(struct nouveau_client *client, struct nouveau_object *chan, int nr, uint32_t size, bool immediate, struct nouveau_pushbuf **ppush) argument
643 struct nouveau_client *client = push->client; local
[all...]
/external/libvncserver/x11vnc/
H A Dinet.c53 char *ident_username(rfbClientPtr client);
268 char *ident_username(rfbClientPtr client) { argument
269 ClientData *cd = (ClientData *) client->clientData;
318 if ((sock = connect_tcp(client->host, 113)) < 0) {
329 } else if ((sock = connect_tcp(client->host, 113)) < 0) {
331 client->host, 113);
337 int rport = get_remote_port(client->sock);
338 int lport = get_local_port(client->sock);
406 newhost = ip2host(client->host);
H A Dmacosx.c61 void macosx_key_command(rfbBool down, rfbKeySym keysym, rfbClientPtr client);
62 void macosx_pointer_command(int mask, int x, int y, rfbClientPtr client);
94 void macosx_key_command(rfbBool down, rfbKeySym keysym, rfbClientPtr client) { argument
95 if (!down || !keysym || !client) {}
98 void macosx_pointer_command(int mask, int x, int y, rfbClientPtr client) { argument
99 if (!mask || !x || !y || !client) {}
263 void macosx_pointer_command(int mask, int x, int y, rfbClientPtr client) { argument
278 get_allowed_input(client, &input);
288 last_pointer_client = client;
343 void macosx_key_command(rfbBool down, rfbKeySym keysym, rfbClientPtr client) { argument
[all...]

Completed in 647 milliseconds

1234567891011>>