Searched refs:addContext (Results 1 – 6 of 6) sorted by relevance
/third_party/node/test/parallel/ |
D | test-tls-sni-server-client.js | 108 server.addContext('a.example.com', SNIContexts['a.example.com']); 109 server.addContext('*.test.com', SNIContexts['asterisk.test.com']); 110 server.addContext('chain.example.com', SNIContexts['chain.example.com']);
|
D | test-tls-multiple-cas-as-string.js | 21 server.addContext('agent3', { ca, cert, key });
|
/third_party/node/lib/ |
D | _tls_wrap.js | 1429 Server.prototype.addContext = function(servername, context) { method in Server
|
/third_party/node/doc/api/ |
D | tls.md | 617 ### `server.addContext(hostname, context)` 627 The `server.addContext()` method adds a secure context that will be used if 1744 and [`server.addContext()`][], but has no public methods. 2042 [`server.addContext()`]: #tls_server_addcontext_hostname_context
|
D | errors.md | 2063 While using TLS, the `server.addContext()` method was called without providing
|
/third_party/vk-gl-cts/modules/egl/ |
D | teglGLES2SharingThreadedTests.cpp | 531 void addContext (SharedPtr<GLES2Context> context) { m_contexts.push_back(context); } in addContext() function in deqp::egl::GLES2ThreadTest::EGLResourceManager 2177 resourceManager.addContext(context); in init() 2180 resourceManager.addContext(shared); in init() 2243 resourceManager.addContext(context); in init()
|