Searched defs:server (Results 176 - 200 of 237) sorted by relevance

12345678910

/external/wpa_supplicant_8/hostapd/
H A Dconfig_file.c520 hostapd_config_read_radius_addr(struct hostapd_radius_server **server, argument
528 nserv = os_realloc_array(*server, *num_server + 1, sizeof(*nserv));
532 *server = nserv;
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dtls_gnutls.c27 * {server,client}_random.
77 int server; member in struct:tls_global
133 /* Because of the horrible hack to get master_secret and client/server
258 global->server ? GNUTLS_SERVER : GNUTLS_CLIENT);
626 /* Currently, global parameters are only set when running in server
628 global->server = 1;
971 if (global->server && conn->established &&
/external/wpa_supplicant_8/src/crypto/
H A Dtls_gnutls.c27 * {server,client}_random.
77 int server; member in struct:tls_global
133 /* Because of the horrible hack to get master_secret and client/server
258 global->server ? GNUTLS_SERVER : GNUTLS_CLIENT);
626 /* Currently, global parameters are only set when running in server
628 global->server = 1;
971 if (global->server && conn->established &&
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dtls_gnutls.c27 * {server,client}_random.
77 int server; member in struct:tls_global
133 /* Because of the horrible hack to get master_secret and client/server
258 global->server ? GNUTLS_SERVER : GNUTLS_CLIENT);
626 /* Currently, global parameters are only set when running in server
628 global->server = 1;
971 if (global->server && conn->established &&
/external/chromium_org/ipc/
H A Dipc_sync_channel_unittest.cc588 // Tests a server calling Send while another Send is pending.
736 // This class provides server side functionality to test the case where
881 void NestedCallback(Worker* server) { argument
884 server->SendAnswerToLife(true, true);
1025 ServerSendAfterClose server; local
1026 server.Start();
1028 server.done_event()->Wait();
1029 server.done_event()->Reset();
1031 server.SendDummy();
1032 server
1115 RestrictedDispatchClient(WaitableEvent* sent_ping_event, RestrictedDispatchServer* server, NonRestrictedDispatchServer* server2, int* success) argument
1221 RestrictedDispatchServer* server = local
1322 RestrictedDispatchDeadlockClient2(RestrictedDispatchDeadlockServer* server, WaitableEvent* server_ready_event, WaitableEvent** events) argument
1380 RestrictedDispatchDeadlockClient1(RestrictedDispatchDeadlockServer* server, RestrictedDispatchDeadlockClient2* peer, WaitableEvent* server_ready_event, WaitableEvent** events) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
H A Dglxapi.c691 glXCreateGLXVideoSourceSGIX(Display *dpy, int screen, VLServer server, VLPath path, int nodeClass, VLNode drainNode) argument
697 return (t->CreateGLXVideoSourceSGIX)(dpy, screen, server, path, nodeClass, drainNode);
H A Dfakeglx.c63 /* This indicates the server-side GLX decoder version.
2457 Fake_glXCreateGLXVideoSourceSGIX(Display *dpy, int screen, VLServer server, VLPath path, int nodeClass, VLNode drainNode) argument
2461 (void) server;
/external/chromium_org/third_party/re2/lib/codereview/
H A Dcodereview.py28 server = codereview.appspot.com
30 The server should be running Rietveld; see http://code.google.com/p/rietveld/.
68 server = "codereview.appspot.com" variable
190 # where nnnnnn is the number assigned by the code review server.
191 # Most data about a change list is stored on the code review server
528 return None, "cannot load CL %s from server" % (name,)
530 return None, "malformed response loading CL data from code review server"
1391 """log in to code review server
1393 Logs in to the code review server, saving a cookie in
1407 """import a patch from the code review server
[all...]
/external/chromium_org/third_party/webrtc/base/
H A Dhttpcommon.cc644 // This server's response has no version. :( NOTE: This happens for every
645 // response to requests made from Chrome plugins, regardless of the server's
652 // This server's response does have a version.
693 "Digest realm=\"Squid proxy-caching web server\","
738 const SocketAddress& server,
866 if (DsMakeSpn("HTTP", server.HostAsURIString().c_str(), NULL,
867 server.port(),
873 sprintfn(spn, MAX_SPN, "HTTP/%s", server.ToString().c_str());
736 HttpAuthenticate( const char * challenge, size_t len, const SocketAddress& server, const std::string& method, const std::string& uri, const std::string& username, const CryptString& password, HttpAuthContext *& context, std::string& response, std::string& auth_method) argument
H A Dvirtualsocketserver.cc95 // passed as messages using the message queue of the socket server.
98 VirtualSocket(VirtualSocketServer* server, int family, int type, bool async) argument
99 : server_(server), family_(family), type_(type), async_(async),
124 // Used by server sockets to set the local address without binding.
172 // Disconnect remote socket, check if it is a child of a server socket.
176 // Not a server socket child, then see if it is bound.
177 // TODO: If this is indeed a server socket that has no
178 // children this will cause the server socket to be
314 // Set the new local address to the same as this server socket.
703 // multiple clients to connect to the same server addres
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.help.appserver_3.1.400.v20100427.jar ... .eclipse.help.internal.appserver.IWebappServer server public static void stop (java.lang.String) throws ...
/external/mesa3d/src/mesa/drivers/x11/
H A Dglxapi.c691 glXCreateGLXVideoSourceSGIX(Display *dpy, int screen, VLServer server, VLPath path, int nodeClass, VLNode drainNode) argument
697 return (t->CreateGLXVideoSourceSGIX)(dpy, screen, server, path, nodeClass, drainNode);
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/
H A DHttpResponseCacheTest.java98 private MockWebServer server = new MockWebServer(); field in class:HttpResponseCacheTest
109 server.setNpnEnabled(false);
113 server.shutdown();
180 * throws if it is sent by an origin server.
183 server.enqueue(new MockResponse().setResponseCode(407));
184 server.play();
186 URL url = server.getUrl("/");
201 server = new MockWebServer();
213 server.enqueue(response);
214 server
[all...]
H A DResponseCacheTest.java94 private MockWebServer server; field in class:ResponseCacheTest
99 server = new MockWebServer();
100 server.setNpnEnabled(false);
109 server.shutdown();
154 server.enqueue(response);
155 server.play();
158 HttpURLConnection urlConnection = openConnection(server.getUrl("/"));
166 urlConnection = openConnection(server.getUrl("/")); // cached!
178 server.useHttps(sslContext.getSocketFactory(), false);
179 server
[all...]
/external/openssl/ssl/
H A Dssltest.c205 # define TEST_SERVER_CERT "\\OpenSSL\\server.pem"
208 # define TEST_SERVER_CERT "\\openssl\\apps\\server.pem"
211 # define TEST_SERVER_CERT "../apps/server.pem"
269 /* SRP server */
270 /* This is a context that we pass to SRP server callbacks */
320 fprintf(stderr," -server_auth - check server certificate\n");
329 fprintf(stderr," -bytes <val> - number of bytes to swap between client/server\n");
363 fprintf(stderr," -time - measure processor time used by client and server\n");
536 /* server */
1029 BIO_printf(bio_err,"server authenticatio
1174 BIO *server = NULL, *server_io = NULL, *client = NULL, *client_io = NULL; local
[all...]
/external/ppp/pppd/plugins/radius/
H A Dradiusclient.h54 typedef struct server { struct
348 char *server; /* Name/addrress of RADIUS server */ member in struct:send_data
/external/regex-re2/lib/codereview/
H A Dcodereview.py28 server = codereview.appspot.com
30 The server should be running Rietveld; see http://code.google.com/p/rietveld/.
68 server = "codereview.appspot.com" variable
190 # where nnnnnn is the number assigned by the code review server.
191 # Most data about a change list is stored on the code review server
528 return None, "cannot load CL %s from server" % (name,)
530 return None, "malformed response loading CL data from code review server"
1388 """log in to code review server
1390 Logs in to the code review server, saving a cookie in
1404 """import a patch from the code review server
[all...]
/external/wpa_supplicant_8/hostapd/src/radius/
H A Dradius_server.c2 * RADIUS authentication server
44 * struct radius_server_counters - RADIUS server statistics counters
67 * struct radius_session - Internal RADIUS server data for a session
72 struct radius_server_data *server; member in struct:radius_session
95 * struct radius_client - Internal RADIUS server data for a client
112 * struct radius_server_data - Internal RADIUS server data
150 * This is passed to the EAP-SIM/AKA server implementation as a
158 * This is passed to the EAP server implementation as a callback
192 * example, this could be the enterprise and server names in
218 * This is a soft limit on the PAC-Key. The server wil
[all...]
/external/wpa_supplicant_8/src/radius/
H A Dradius_server.c2 * RADIUS authentication server
44 * struct radius_server_counters - RADIUS server statistics counters
67 * struct radius_session - Internal RADIUS server data for a session
72 struct radius_server_data *server; member in struct:radius_session
95 * struct radius_client - Internal RADIUS server data for a client
112 * struct radius_server_data - Internal RADIUS server data
150 * This is passed to the EAP-SIM/AKA server implementation as a
158 * This is passed to the EAP server implementation as a callback
192 * example, this could be the enterprise and server names in
218 * This is a soft limit on the PAC-Key. The server wil
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/radius/
H A Dradius_server.c2 * RADIUS authentication server
44 * struct radius_server_counters - RADIUS server statistics counters
67 * struct radius_session - Internal RADIUS server data for a session
72 struct radius_server_data *server; member in struct:radius_session
95 * struct radius_client - Internal RADIUS server data for a client
112 * struct radius_server_data - Internal RADIUS server data
150 * This is passed to the EAP-SIM/AKA server implementation as a
158 * This is passed to the EAP server implementation as a callback
192 * example, this could be the enterprise and server names in
218 * This is a soft limit on the PAC-Key. The server wil
[all...]
/external/robolectric/lib/main/
H A Dh2-1.2.147.jar ... updateTopic (java.lang.String, org.h2.server.web.DbContextRule) public java.util.ArrayList ...
/external/chromium_org/third_party/boringssl/src/ssl/
H A Dssl_lib.c215 s->state=SSL_ST_BEFORE|((s->server)?SSL_ST_ACCEPT:SSL_ST_CONNECT);
388 s->server=(ctx->method->ssl_accept == ssl_undefined_function)?0:1;
404 if (!s->server)
954 * certificate; if we are a server, it does not. */
1608 fprintf(stderr, "SCSV received by server\n");
1671 /* Currently not implemented server-side. */
1672 if (ssl->server)
1686 /* Currently not implemented server-side. */
1687 if (ssl->server)
1699 if (ssl->server)
1751 SSL_select_next_proto(unsigned char **out, unsigned char *outlen, const unsigned char *server, unsigned int server_len, const unsigned char *client, unsigned int client_len) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/glx/xlib/
H A Dglx_api.c43 /* This indicates the server-side GLX decoder version.
2251 glXCreateGLXVideoSourceSGIX(Display *dpy, int screen, VLServer server, argument
2256 (void) server;
/external/chromium_org/v8/tools/
H A Dgrokdump.py1973 return self.server.get_dump_formatter(name)
1990 self.server.output_dumps(self.wfile)
2032 if self.server.set_dump_desc(name, description):
2080 self.server = http_server
2169 self.server.output_dump_desc_field(f, self.dumpfilename)
3130 help="start a web server on localhost:%i" % PORT_NUMBER)
3151 server = InspectionWebServer(PORT_NUMBER, options, args[0]) variable
3154 server.serve_forever()
3156 print '^C received, shutting down the web server'
3157 server
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-commons-net.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 6696 milliseconds

12345678910