Searched defs:connection_id (Results 1 - 6 of 6) sorted by relevance

/external/webrtc/webrtc/base/
H A Dhttpserver.h32 int connection_id() const { return connection_id_; } function in struct:rtc::HttpServerTransaction
69 // Stop processing the connection indicated by connection_id.
72 void Close(int connection_id, bool force);
82 Connection(int connection_id, HttpServer* server);
103 Connection* Find(int connection_id);
104 void Remove(int connection_id);
127 void OnConnectionClosed(HttpServer* server, int connection_id,
H A Dhttpserver.cc46 int connection_id = next_connection_id_++; local
47 ASSERT(connection_id != HTTP_INVALID_CONNECTION_ID);
48 Connection* connection = new Connection(connection_id, this);
49 connections_.insert(ConnectionMap::value_type(connection_id, connection));
51 return connection_id;
56 int connection_id = transaction->connection_id(); local
57 if (Connection* connection = Find(connection_id)) {
67 HttpServer::Close(int connection_id, bool force) { argument
68 if (Connection* connection = Find(connection_id)) {
92 Find(int connection_id) argument
100 Remove(int connection_id) argument
120 Connection(int connection_id, HttpServer* server) argument
280 OnConnectionClosed(HttpServer* server, int connection_id, StreamInterface* stream) argument
[all...]
/external/kernel-headers/original/uapi/linux/caif/
H A Dcaif_socket.h121 * @u.dgm.connection_id: Datagram connection id.
127 * @u.rfm.connection_id: Connection ID for RFM.
151 __u32 connection_id; member in union:sockaddr_caif::__anon7929::__anon7932
155 __u32 connection_id; member in struct:sockaddr_caif::__anon7929::__anon7933
/external/webrtc/talk/app/webrtc/
H A Dstatscollector.cc605 const std::string& content_name, int component, int connection_id,
609 connection_id));
756 int connection_id = 0; local
760 transport_iter.first, channel_iter.component, connection_id++,
604 AddConnectionInfoReport( const std::string& content_name, int component, int connection_id, const StatsReport::Id& channel_report_id, const cricket::ConnectionInfo& info) argument
/external/curl/lib/
H A Dmulti.c133 long connection_id = -5000; local
136 connection_id = data->easy_conn->connection_id;
141 (void *)data, lineno, connection_id);
630 conn->connection_id,
H A Durldata.h873 long connection_id; /* Contains a unique number to make it easier to member in struct:connectdata

Completed in 137 milliseconds