Home
last modified time | relevance | path

Searched defs:getConnection (Results 1 – 3 of 3) sorted by relevance

/third_party/vk-gl-cts/framework/platform/lnx/X11/
DtcuLnxX11Xcb.hpp43 xcb_connection_t* getConnection (void) { return m_connection; } in getConnection() function in tcu::lnx::x11::XcbDisplay
/third_party/node/src/quic/
Dtlscontext.cc550 ngtcp2_conn* TLSContext::getConnection(ngtcp2_crypto_conn_ref* ref) { in getConnection() function in node::quic::TLSContext
/third_party/python/Lib/logging/
Dhandlers.py1206 def getConnection(self, host, secure): member in HTTPHandler