Searched defs:getConnection (Results 1 – 3 of 3) sorted by relevance
/third_party/vk-gl-cts/framework/platform/lnx/X11/ | ||
D | tcuLnxX11Xcb.hpp | 43 xcb_connection_t* getConnection (void) { return m_connection; } in getConnection() function in tcu::lnx::x11::XcbDisplay |
/third_party/node/src/quic/ | ||
D | tlscontext.cc | 550 ngtcp2_conn* TLSContext::getConnection(ngtcp2_crypto_conn_ref* ref) { in getConnection() function in node::quic::TLSContext |
/third_party/python/Lib/logging/ | ||
D | handlers.py | 1206 def getConnection(self, host, secure): member in HTTPHandler |