Home
last modified time | relevance | path

Searched defs:connections (Results 1 – 17 of 17) sorted by relevance

/external/libmicrohttpd/src/examples/
Dmhd2spdy.c80 struct SPDY_Connection *connections[MAX_SPDY_CONNECTIONS]; in run_everything() local
Dmhd2spdy_spdy.c986 struct SPDY_Connection *connections[], in spdy_get_selectfdset()
1111 struct SPDY_Connection *connections[], in spdy_run_select()
/external/python/cpython2/Doc/library/
Dlogging.config.rst362 .. _logging-config-dict-userdef:
/external/curl/tests/libtest/
Dlib1533.c103 long connections = 0; in perform_and_check_connections() local
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
DConnectionPool.java110 private final Deque<RealConnection> connections = new ArrayDeque<>(); field in ConnectionPool
/external/webrtc/webrtc/base/
Dhttpserver.cc80 std::list<Connection*> connections; in CloseAll() local
/external/webrtc/webrtc/p2p/base/
Dp2ptransportchannel.h174 const std::vector<Connection*>& connections() const { return connections_; } in connections() function
Dport.h216 const AddressMap& connections() { return connections_; } in connections() function
Dp2ptransportchannel_unittest.cc1676 const std::vector<cricket::Connection*>& connections = in TEST_F() local
/external/libevent/
Devrpc-internal.h90 struct evconq connections; member
Dhttp-internal.h146 struct evconq connections; member
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DBluetoothFacade.java59 private Map<String, BluetoothConnection> connections = field in BluetoothFacade
DBluetoothRfcommFacade.java63 connections = new HashMap<String, BluetoothConnection>(); field in BluetoothRfcommFacade
/external/webrtc/webrtc/p2p/client/
Dbasicportallocator.cc673 std::vector<Connection*> connections; in OnShake() local
/external/wpa_supplicant_8/src/eap_server/
Dtncs.c99 struct tncs_data *connections; member
/external/mesa3d/src/vulkan/wsi/
Dwsi_common_x11.c60 struct hash_table *connections; member
/external/libmicrohttpd/src/microhttpd/
Dinternal.h1163 unsigned int connections; member