Home
last modified time | relevance | path

Searched defs:get_connection (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Lib/multiprocessing/
Dresource_sharer.py82 def get_connection(ident): member in _ResourceSharer
/third_party/nghttp2/src/
Dshrpx_client_handler.cc1691 Connection *ClientHandler::get_connection() { return &conn_; }; in get_connection() function in shrpx::ClientHandler