Home
last modified time | relevance | path

Searched refs:addContext (Results 1 – 6 of 6) sorted by relevance

/third_party/node/test/parallel/
Dtest-tls-sni-server-client.js108 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']);
Dtest-tls-multiple-cas-as-string.js21 server.addContext('agent3', { ca, cert, key });
/third_party/node/lib/
D_tls_wrap.js1429 Server.prototype.addContext = function(servername, context) { method in Server
/third_party/node/doc/api/
Dtls.md617 ### `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
Derrors.md2063 While using TLS, the `server.addContext()` method was called without providing
/third_party/vk-gl-cts/modules/egl/
DteglGLES2SharingThreadedTests.cpp531 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()