Home
last modified time | relevance | path

Searched refs:PhysicalSocketServer (Results 1 – 25 of 113) sorted by relevance

12345

/dports/net-im/kopete/kopete-21.12.3/protocols/jabber/libjingle/talk/base/
H A Dphysicalsocketserver.cc515 PhysicalSocketServer* ss_;
582 PhysicalSocketServer *ss_;
773 PhysicalSocketServer *owner_;
945 PhysicalSocketServer* ss_;
950 AsyncFile* PhysicalSocketServer::CreateFile(int fd) { in CreateFile()
1014 PhysicalSocketServer* ss_;
1025 SocketDispatcher(PhysicalSocketServer* ss) in SocketDispatcher()
1146 Signaler(PhysicalSocketServer* ss, bool* pf) in Signaler()
1160 PhysicalSocketServer::PhysicalSocketServer() in PhysicalSocketServer() function in talk_base::PhysicalSocketServer
1170 PhysicalSocketServer::~PhysicalSocketServer() { in ~PhysicalSocketServer()
[all …]
H A Dnat_unittest.cc209 PhysicalSocketServer* int_pss = new PhysicalSocketServer(); in TEST()
210 PhysicalSocketServer* ext_pss = new PhysicalSocketServer(); in TEST()
226 new PhysicalSocketServer()); in TEST()
228 new PhysicalSocketServer()); in TEST()
247 int_vss_ = new TestVirtualSocketServer(new PhysicalSocketServer()); in SetUp()
248 ext_vss_ = new TestVirtualSocketServer(new PhysicalSocketServer()); in SetUp()
H A Dphysicalsocketserver.h75 class PhysicalSocketServer : public SocketServer {
77 PhysicalSocketServer();
78 virtual ~PhysicalSocketServer();
/dports/multimedia/mswebrtc/mswebrtc-1.1.1/webrtc/webrtc/base/
H A Dphysicalsocketserver.cc542 PhysicalSocketServer* ss_;
603 PhysicalSocketServer *ss_;
790 PhysicalSocketServer *owner_;
949 PhysicalSocketServer* ss_;
954 AsyncFile* PhysicalSocketServer::CreateFile(int fd) { in CreateFile()
1013 PhysicalSocketServer* ss_;
1024 SocketDispatcher(PhysicalSocketServer* ss) in SocketDispatcher()
1145 Signaler(PhysicalSocketServer* ss, bool* pf) in Signaler()
1159 PhysicalSocketServer::PhysicalSocketServer() in PhysicalSocketServer() function in rtc::PhysicalSocketServer
1167 PhysicalSocketServer::~PhysicalSocketServer() { in ~PhysicalSocketServer()
[all …]
H A Dnat_unittest.cc181 scoped_ptr<PhysicalSocketServer> pss(new PhysicalSocketServer()); in TestConnectivity()
241 scoped_ptr<PhysicalSocketServer> int_pss(new PhysicalSocketServer()); in TestPhysicalInternal()
242 scoped_ptr<PhysicalSocketServer> ext_pss(new PhysicalSocketServer()); in TestPhysicalInternal()
278 new PhysicalSocketServer())); in TestVirtualInternal()
280 new PhysicalSocketServer())); in TestVirtualInternal()
312 int_pss_(new PhysicalSocketServer()), in NatTcpTest()
313 ext_pss_(new PhysicalSocketServer()), in NatTcpTest()
346 PhysicalSocketServer* int_pss_;
347 PhysicalSocketServer* ext_pss_;
H A Dphysicalsocketserver.h58 class PhysicalSocketServer : public SocketServer {
60 PhysicalSocketServer();
61 ~PhysicalSocketServer() override;
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/base/
H A Dphysicalsocketserver.cc542 PhysicalSocketServer* ss_;
603 PhysicalSocketServer *ss_;
790 PhysicalSocketServer *owner_;
949 PhysicalSocketServer* ss_;
954 AsyncFile* PhysicalSocketServer::CreateFile(int fd) { in CreateFile()
1018 PhysicalSocketServer* ss_;
1029 SocketDispatcher(PhysicalSocketServer* ss) in SocketDispatcher()
1152 Signaler(PhysicalSocketServer* ss, bool* pf) in Signaler()
1166 PhysicalSocketServer::PhysicalSocketServer() in PhysicalSocketServer() function in rtc::PhysicalSocketServer
1174 PhysicalSocketServer::~PhysicalSocketServer() { in ~PhysicalSocketServer()
[all …]
H A Dnat_unittest.cc173 scoped_ptr<PhysicalSocketServer> pss(new PhysicalSocketServer());
233 scoped_ptr<PhysicalSocketServer> int_pss(new PhysicalSocketServer());
234 scoped_ptr<PhysicalSocketServer> ext_pss(new PhysicalSocketServer());
266 new PhysicalSocketServer()));
268 new PhysicalSocketServer()));
299 int_vss_ = new TestVirtualSocketServer(new PhysicalSocketServer());
300 ext_vss_ = new TestVirtualSocketServer(new PhysicalSocketServer());
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/rtc_base/
H A Dphysicalsocketserver.cc943 PhysicalSocketServer *ss_;
1130 PhysicalSocketServer *owner_;
1151 EventDispatcher(PhysicalSocketServer *ss) : ss_(ss) { in EventDispatcher()
1184 PhysicalSocketServer* ss_;
1192 Signaler(PhysicalSocketServer* ss, bool* pf) in Signaler()
1206 PhysicalSocketServer::PhysicalSocketServer() in PhysicalSocketServer() function in rtc::PhysicalSocketServer
1225 PhysicalSocketServer::~PhysicalSocketServer() { in ~PhysicalSocketServer()
1241 void PhysicalSocketServer::WakeUp() { in WakeUp()
1245 Socket* PhysicalSocketServer::CreateSocket(int type) { in CreateSocket()
1627 bool PhysicalSocketServer::WaitEpoll(int cmsWait) { in WaitEpoll()
[all …]
H A Dphysicalsocketserver.h64 class PhysicalSocketServer : public SocketServer {
66 PhysicalSocketServer();
67 ~PhysicalSocketServer() override;
139 PhysicalSocket(PhysicalSocketServer* ss, SOCKET s = INVALID_SOCKET);
202 PhysicalSocketServer* ss_;
220 explicit SocketDispatcher(PhysicalSocketServer *ss);
221 SocketDispatcher(SOCKET s, PhysicalSocketServer *ss);
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/rtc_base/
H A Dphysicalsocketserver.cc943 PhysicalSocketServer *ss_;
1130 PhysicalSocketServer *owner_;
1151 EventDispatcher(PhysicalSocketServer *ss) : ss_(ss) { in EventDispatcher()
1184 PhysicalSocketServer* ss_;
1192 Signaler(PhysicalSocketServer* ss, bool* pf) in Signaler()
1206 PhysicalSocketServer::PhysicalSocketServer() in PhysicalSocketServer() function in rtc::PhysicalSocketServer
1225 PhysicalSocketServer::~PhysicalSocketServer() { in ~PhysicalSocketServer()
1241 void PhysicalSocketServer::WakeUp() { in WakeUp()
1245 Socket* PhysicalSocketServer::CreateSocket(int type) { in CreateSocket()
1627 bool PhysicalSocketServer::WaitEpoll(int cmsWait) { in WaitEpoll()
[all …]
H A Dphysicalsocketserver.h64 class PhysicalSocketServer : public SocketServer {
66 PhysicalSocketServer();
67 ~PhysicalSocketServer() override;
139 PhysicalSocket(PhysicalSocketServer* ss, SOCKET s = INVALID_SOCKET);
202 PhysicalSocketServer* ss_;
220 explicit SocketDispatcher(PhysicalSocketServer *ss);
221 SocketDispatcher(SOCKET s, PhysicalSocketServer *ss);
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/rtc_base/
H A Dphysicalsocketserver.cc943 PhysicalSocketServer *ss_;
1130 PhysicalSocketServer *owner_;
1151 EventDispatcher(PhysicalSocketServer *ss) : ss_(ss) { in EventDispatcher()
1184 PhysicalSocketServer* ss_;
1192 Signaler(PhysicalSocketServer* ss, bool* pf) in Signaler()
1206 PhysicalSocketServer::PhysicalSocketServer() in PhysicalSocketServer() function in rtc::PhysicalSocketServer
1225 PhysicalSocketServer::~PhysicalSocketServer() { in ~PhysicalSocketServer()
1241 void PhysicalSocketServer::WakeUp() { in WakeUp()
1245 Socket* PhysicalSocketServer::CreateSocket(int type) { in CreateSocket()
1627 bool PhysicalSocketServer::WaitEpoll(int cmsWait) { in WaitEpoll()
[all …]
H A Dphysicalsocketserver.h64 class PhysicalSocketServer : public SocketServer {
66 PhysicalSocketServer();
67 ~PhysicalSocketServer() override;
139 PhysicalSocket(PhysicalSocketServer* ss, SOCKET s = INVALID_SOCKET);
202 PhysicalSocketServer* ss_;
220 explicit SocketDispatcher(PhysicalSocketServer *ss);
221 SocketDispatcher(SOCKET s, PhysicalSocketServer *ss);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/rtc_base/
H A Dphysical_socket_server.cc948 PhysicalSocketServer* ss_;
1126 PhysicalSocketServer* owner_;
1147 EventDispatcher(PhysicalSocketServer* ss) : ss_(ss) { in EventDispatcher()
1180 PhysicalSocketServer* ss_;
1200 PhysicalSocketServer::PhysicalSocketServer() : fWait_(false) { in PhysicalSocketServer() function in rtc::PhysicalSocketServer
1218 PhysicalSocketServer::~PhysicalSocketServer() { in ~PhysicalSocketServer()
1234 void PhysicalSocketServer::WakeUp() { in WakeUp()
1258 AsyncSocket* PhysicalSocketServer::WrapSocket(SOCKET s) { in WrapSocket()
1268 void PhysicalSocketServer::Add(Dispatcher* pdispatcher) { in Add()
1598 bool PhysicalSocketServer::WaitEpoll(int cmsWait) { in WaitEpoll()
[all …]
H A Dphysical_socket_server.h65 class RTC_EXPORT PhysicalSocketServer : public SocketServer {
67 PhysicalSocketServer();
68 ~PhysicalSocketServer() override;
137 PhysicalSocket(PhysicalSocketServer* ss, SOCKET s = INVALID_SOCKET);
204 PhysicalSocketServer* ss_;
223 explicit SocketDispatcher(PhysicalSocketServer* ss);
224 SocketDispatcher(SOCKET s, PhysicalSocketServer* ss);
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/base/
H A Dphysicalsocketserver.cc865 PhysicalSocketServer *ss_;
1052 PhysicalSocketServer *owner_;
1073 EventDispatcher(PhysicalSocketServer *ss) : ss_(ss) { in EventDispatcher()
1110 PhysicalSocketServer* ss_;
1118 Signaler(PhysicalSocketServer* ss, bool* pf) in Signaler()
1132 PhysicalSocketServer::PhysicalSocketServer() in PhysicalSocketServer() function in rtc::PhysicalSocketServer
1140 PhysicalSocketServer::~PhysicalSocketServer() { in ~PhysicalSocketServer()
1151 void PhysicalSocketServer::WakeUp() { in WakeUp()
1155 Socket* PhysicalSocketServer::CreateSocket(int type) { in CreateSocket()
1183 AsyncSocket* PhysicalSocketServer::WrapSocket(SOCKET s) { in WrapSocket()
[all …]
H A Dphysicalsocketserver.h58 class PhysicalSocketServer : public SocketServer {
60 PhysicalSocketServer();
61 ~PhysicalSocketServer() override;
118 PhysicalSocket(PhysicalSocketServer* ss, SOCKET s = INVALID_SOCKET);
178 PhysicalSocketServer* ss_;
194 explicit SocketDispatcher(PhysicalSocketServer *ss);
195 SocketDispatcher(SOCKET s, PhysicalSocketServer *ss);
H A Dnat_unittest.cc182 std::unique_ptr<PhysicalSocketServer> pss(new PhysicalSocketServer()); in TestConnectivity()
248 std::unique_ptr<PhysicalSocketServer> int_pss(new PhysicalSocketServer()); in TestPhysicalInternal()
249 std::unique_ptr<PhysicalSocketServer> ext_pss(new PhysicalSocketServer()); in TestPhysicalInternal()
285 new TestVirtualSocketServer(new PhysicalSocketServer())); in TestVirtualInternal()
287 new TestVirtualSocketServer(new PhysicalSocketServer())); in TestVirtualInternal()
319 int_pss_(new PhysicalSocketServer()), in NatTcpTest()
320 ext_pss_(new PhysicalSocketServer()), in NatTcpTest()
353 PhysicalSocketServer* int_pss_;
354 PhysicalSocketServer* ext_pss_;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/rtc_base/
H A Dphysical_socket_server.cc610 SocketDispatcher::SocketDispatcher(PhysicalSocketServer* ss) in SocketDispatcher()
969 PhysicalSocketServer* ss_;
993 EventDispatcher(PhysicalSocketServer* ss) : ss_(ss) { in EventDispatcher()
1026 PhysicalSocketServer* ss_;
1046 PhysicalSocketServer::PhysicalSocketServer() in PhysicalSocketServer() function in rtc::PhysicalSocketServer
1068 PhysicalSocketServer::~PhysicalSocketServer() { in ~PhysicalSocketServer()
1082 void PhysicalSocketServer::WakeUp() { in WakeUp()
1106 AsyncSocket* PhysicalSocketServer::WrapSocket(SOCKET s) { in WrapSocket()
1116 void PhysicalSocketServer::Add(Dispatcher* pdispatcher) { in Add()
1133 void PhysicalSocketServer::Remove(Dispatcher* pdispatcher) { in Remove()
[all …]
H A Dphysical_socket_server.h64 class RTC_EXPORT PhysicalSocketServer : public SocketServer {
66 PhysicalSocketServer();
67 ~PhysicalSocketServer() override;
134 PhysicalSocket(PhysicalSocketServer* ss, SOCKET s = INVALID_SOCKET);
201 PhysicalSocketServer* ss_;
220 explicit SocketDispatcher(PhysicalSocketServer* ss);
221 SocketDispatcher(SOCKET s, PhysicalSocketServer* ss);
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/rtc_base/
H A Dphysical_socket_server.cc613 SocketDispatcher::SocketDispatcher(PhysicalSocketServer* ss) in SocketDispatcher()
972 PhysicalSocketServer* ss_;
996 EventDispatcher(PhysicalSocketServer* ss) : ss_(ss) { in EventDispatcher()
1029 PhysicalSocketServer* ss_;
1049 PhysicalSocketServer::PhysicalSocketServer() in PhysicalSocketServer() function in rtc::PhysicalSocketServer
1071 PhysicalSocketServer::~PhysicalSocketServer() { in ~PhysicalSocketServer()
1085 void PhysicalSocketServer::WakeUp() { in WakeUp()
1109 AsyncSocket* PhysicalSocketServer::WrapSocket(SOCKET s) { in WrapSocket()
1119 void PhysicalSocketServer::Add(Dispatcher* pdispatcher) { in Add()
1136 void PhysicalSocketServer::Remove(Dispatcher* pdispatcher) { in Remove()
[all …]
H A Dphysical_socket_server.h64 class RTC_EXPORT PhysicalSocketServer : public SocketServer {
66 PhysicalSocketServer();
67 ~PhysicalSocketServer() override;
134 PhysicalSocket(PhysicalSocketServer* ss, SOCKET s = INVALID_SOCKET);
201 PhysicalSocketServer* ss_;
220 explicit SocketDispatcher(PhysicalSocketServer* ss);
221 SocketDispatcher(SOCKET s, PhysicalSocketServer* ss);
/dports/net-im/tg_owt/tg_owt-d578c76/src/rtc_base/
H A Dphysical_socket_server.h65 class RTC_EXPORT PhysicalSocketServer : public SocketServer {
67 PhysicalSocketServer();
68 ~PhysicalSocketServer() override;
135 PhysicalSocket(PhysicalSocketServer* ss, SOCKET s = INVALID_SOCKET);
202 PhysicalSocketServer* ss_;
221 explicit SocketDispatcher(PhysicalSocketServer* ss);
222 SocketDispatcher(SOCKET s, PhysicalSocketServer* ss);
H A Dphysical_socket_server.cc610 SocketDispatcher::SocketDispatcher(PhysicalSocketServer* ss) in SocketDispatcher()
925 Signaler(PhysicalSocketServer* ss, bool& flag_to_clear) in Signaler()
977 PhysicalSocketServer* const ss_;
1003 Signaler(PhysicalSocketServer* ss, bool& flag_to_clear) in Signaler()
1038 PhysicalSocketServer* ss_;
1044 PhysicalSocketServer::PhysicalSocketServer() in PhysicalSocketServer() function in rtc::PhysicalSocketServer
1067 PhysicalSocketServer::~PhysicalSocketServer() { in ~PhysicalSocketServer()
1081 void PhysicalSocketServer::WakeUp() { in WakeUp()
1105 AsyncSocket* PhysicalSocketServer::WrapSocket(SOCKET s) { in WrapSocket()
1115 void PhysicalSocketServer::Add(Dispatcher* pdispatcher) { in Add()
[all …]

12345