/hardware/ti/omap4-aah/domx/domx/omx_rpc/src/ |
omx_rpc_utils.c | 75 OMX_STRING ServerName) 125 strncpy(ServerName, (OMX_STRING) rcmservertable[servertable_idx], 127 DOMX_DEBUG(" ServerName recovered = %s", ServerName); 142 OMX_STRING * ServerName) 152 *ServerName = rcmservertable[servertable_idx];
|
/hardware/ti/omap4xxx/domx/domx/omx_rpc/src/ |
omx_rpc_utils.c | 75 OMX_STRING ServerName) 125 strncpy(ServerName, (OMX_STRING) rcmservertable[servertable_idx], 127 DOMX_DEBUG(" ServerName recovered = %s", ServerName); 142 OMX_STRING * ServerName) 152 *ServerName = rcmservertable[servertable_idx];
|
/external/boringssl/src/ssl/test/runner/ |
handshake_client.go | 39 if len(c.config.ServerName) == 0 && !c.config.InsecureSkipVerify { 40 return errors.New("tls: either ServerName or InsecureSkipVerify must be specified in the tls.Config") 65 serverName: c.config.ServerName, 411 DNSName: c.config.ServerName, 978 if len(config.ServerName) > 0 { 979 return config.ServerName
|
handshake_server.go | 295 if len(hs.clientHello.serverName) > 0 { 296 c.serverName = hs.clientHello.serverName 328 if len(hs.clientHello.serverName) > 0 { 329 hs.cert = config.getCertificateForName(hs.clientHello.serverName) 331 if expected := c.config.Bugs.ExpectServerName; expected != "" && expected != hs.clientHello.serverName {
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/generators/rss/ |
RSSFeedAddEntryTask.java | 52 * feedURL - URL of the feed where it will be published - eg., http://servername/path/to/feed.xml 54 * buildURL - URL of the build being added to the feed - eg., http://servername/path/to/project/branch/buildID/ 61 * updateManagerURL - URL of the build's Update Manager site - eg., http://servername/path/to/project/updates/ 62 * downloadsURL - URL of the build's downloads - eg., http://servername/path/to/project/downloads/ 94 * JUnitTestURL - URL of the build's JUnit test results - eg., http://servername/path/to/project/branch/buildID/testResults.php 95 * performanceTestURL - URL of the build's performance tests - eg., http://servername/path/to/project/branch/buildID/performance/performance.php 96 * APITestURL - URL of the build's API test results - eg., http://servername/path/to/project/branch/buildID/testResults.php
|
RSSFeedCreateFeedTask.java | 35 * feedURL - URL of the feed where it will be published - eg., http://servername/path/to/feed.xml
|
/packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/ |
Utility.java | 146 public static boolean isServerNameValid(String serverName) { 147 serverName = serverName.trim(); 148 if (TextUtils.isEmpty(serverName)) { 155 serverName,
|
/prebuilts/go/darwin-x86/src/crypto/tls/ |
handshake_server.go | 170 if len(hs.clientHello.serverName) > 0 { 171 c.serverName = hs.clientHello.serverName 192 ServerName: hs.clientHello.serverName,
|
handshake_server_test.go | 737 command: []string{"openssl", "s_client", "-no_ticket", "-cipher", "AES128-SHA", "-servername", "snitest.com"}, 751 cert, _ := nameToCert[clientHello.ServerName] 756 command: []string{"openssl", "s_client", "-no_ticket", "-cipher", "AES128-SHA", "-servername", "snitest.com"}, 774 command: []string{"openssl", "s_client", "-no_ticket", "-cipher", "AES128-SHA", "-servername", "snitest.com"}, 794 serverName: "test", [all...] |
/prebuilts/go/linux-x86/src/crypto/tls/ |
handshake_server.go | 170 if len(hs.clientHello.serverName) > 0 { 171 c.serverName = hs.clientHello.serverName 192 ServerName: hs.clientHello.serverName,
|
handshake_server_test.go | 737 command: []string{"openssl", "s_client", "-no_ticket", "-cipher", "AES128-SHA", "-servername", "snitest.com"}, 751 cert, _ := nameToCert[clientHello.ServerName] 756 command: []string{"openssl", "s_client", "-no_ticket", "-cipher", "AES128-SHA", "-servername", "snitest.com"}, 774 command: []string{"openssl", "s_client", "-no_ticket", "-cipher", "AES128-SHA", "-servername", "snitest.com"}, 794 serverName: "test", [all...] |
/external/google-tv-pairing-protocol/java/src/com/google/polo/wire/json/ |
JsonMessageBuilder.java | 184 String serverName = null; 186 serverName = body.getString(PAIRING_REQUEST_ACK_FIELD_SERVER_NAME); 188 return new PairingRequestAckMessage(serverName);
|
/external/google-tv-pairing-protocol/java/src/com/google/polo/wire/xml/ |
XmlMessageBuilder.java | 235 String serverName = null; 237 serverName = jsonObj.getString(PAIRING_REQUEST_ACK_FIELD_SERVER_NAME); 239 return new PairingRequestAckMessage(serverName);
|
/external/toybox/toys/lsb/ |
mount.c | 74 // TODO "touch servername; mount -t cifs servername path" 223 // positive loopback mount (so "touch servername" becomes a potential
|
/external/jetty/src/java/org/eclipse/jetty/servlets/ |
ProxyServlet.java | 714 protected HttpURI proxyHttpURI(String scheme, String serverName, int serverPort, String uri) throws MalformedURLException 716 if (!validateDestination(serverName,uri)) 719 return new HttpURI(scheme + "://" + serverName + ":" + serverPort + uri); 888 protected HttpURI proxyHttpURI(final String scheme, final String serverName, int serverPort, final String uri) throws MalformedURLException
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
ntsecapi.h | [all...] |
sql.h | 503 SQLRETURN SQL_API SQLConnect(SQLHDBC ConnectionHandle,SQLCHAR *ServerName,SQLSMALLINT NameLength1,SQLCHAR *UserName,SQLSMALLINT NameLength2,SQLCHAR *Authentication,SQLSMALLINT NameLength3); 507 SQLRETURN SQL_API SQLDataSources(SQLHENV EnvironmentHandle,SQLUSMALLINT Direction,SQLCHAR *ServerName,SQLSMALLINT BufferLength1,SQLSMALLINT *NameLength1,SQLCHAR *Description,SQLSMALLINT BufferLength2,SQLSMALLINT *NameLength2);
|
/prebuilts/go/darwin-x86/src/net/http/ |
client_test.go | 646 if r.TLS.ServerName != "127.0.0.1" { 647 t.Errorf("expected client to set ServerName 127.0.0.1, got: %q", r.TLS.ServerName) 666 trans.TLSClientConfig.ServerName = "badserver" 685 // Test for golang.org/issue/5829; the Transport should respect TLSClientConfig.ServerName 688 // tls.Config.ServerName (non-empty, set to "example.com") takes 702 tr.TLSClientConfig.ServerName = "example.com" // one of httptest's Server cert names
|
transport.go | 649 if cfg.ServerName == "" { 650 cfg.ServerName = cm.tlsHost() 673 if err := tlsConn.VerifyHostname(cfg.ServerName); err != nil { [all...] |
/prebuilts/go/linux-x86/src/net/http/ |
client_test.go | 646 if r.TLS.ServerName != "127.0.0.1" { 647 t.Errorf("expected client to set ServerName 127.0.0.1, got: %q", r.TLS.ServerName) 666 trans.TLSClientConfig.ServerName = "badserver" 685 // Test for golang.org/issue/5829; the Transport should respect TLSClientConfig.ServerName 688 // tls.Config.ServerName (non-empty, set to "example.com") takes 702 tr.TLSClientConfig.ServerName = "example.com" // one of httptest's Server cert names
|
transport.go | 649 if cfg.ServerName == "" { 650 cfg.ServerName = cm.tlsHost() 673 if err := tlsConn.VerifyHostname(cfg.ServerName); err != nil { [all...] |
/external/boringssl/src/ssl/ |
t1_lib.c | 734 /* The servername extension is treated as follows: 737 * - The servername is rejected if too long or if it contains zeros, in 739 * - The servername field is maintained together with the session cache. 740 * - When a session is resumed, the servername callback is invoked in order 742 * - The servername is acknowledged if it is new for a session or when 745 * set a 'desirable' servername for a new SSL object. This can be the 747 * a renegotiation is requested. In this case, a possible servername 751 * if they provide for changing an explicit servername context for the 753 * i.e. when the session has been established with a servername extension. 765 /* Decode each ServerName in the extension. * [all...] |
/external/google-tv-pairing-protocol/java/src/com/google/polo/wire/protobuf/ |
ProtobufWireAdapter.java | 321 pairingRequestAck.serverName = poloMessage.getServerName(); 481 return new PairingRequestAckMessage(protoMessage.serverName);
|
/prebuilts/tools/common/m2/repository/javax/annotation/javax.annotation-api/1.2/ |
javax.annotation-api-1.2.jar | |
/external/dhcpcd-6.8.2/ |
dhcp.h | 174 uint8_t servername[SERVERNAME_LEN]; /* server host name */ member in struct:dhcp_message
|