Home
last modified time | relevance | path

Searched refs:ConnectionContext (Results 1 – 25 of 601) sorted by relevance

12345678910>>...25

/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/oox/
H A Dconnectionsfragment.cxx30 ConnectionContext::ConnectionContext( WorkbookFragmentBase& rParent, Connection& rConnection ) : in ConnectionContext() function in oox::xls::ConnectionContext
36 ContextHandlerRef ConnectionContext::onCreateContext( sal_Int32 nElement, const AttributeList& rAtt… in onCreateContext()
63 void ConnectionContext::onStartElement( const AttributeList& rAttribs ) in onStartElement()
69 ContextHandlerRef ConnectionContext::onCreateRecordContext( sal_Int32 nRecId, SequenceInputStream& … in onCreateRecordContext()
96 void ConnectionContext::onStartRecord( SequenceInputStream& rStrm ) in onStartRecord()
118 return new ConnectionContext( *this, getConnections().createConnection() ); in onCreateContext()
135 return new ConnectionContext( *this, getConnections().createConnection() ); in onCreateRecordContext()
/dports/net-im/tg_owt/tg_owt-d578c76/src/pc/
H A Dconnection_context.h51 class ConnectionContext : public rtc::RefCountInterface {
56 static rtc::scoped_refptr<ConnectionContext> Create(
60 ConnectionContext(const ConnectionContext&) = delete;
61 ConnectionContext& operator=(const ConnectionContext&) = delete;
94 explicit ConnectionContext(PeerConnectionFactoryDependencies* dependencies);
96 virtual ~ConnectionContext();
H A Dconnection_context.cc77 rtc::scoped_refptr<ConnectionContext> ConnectionContext::Create( in Create()
79 return new rtc::RefCountedObject<ConnectionContext>(dependencies); in Create()
82 ConnectionContext::ConnectionContext( in ConnectionContext() function in webrtc::ConnectionContext
143 ConnectionContext::~ConnectionContext() { in ~ConnectionContext()
157 cricket::ChannelManager* ConnectionContext::channel_manager() const { in channel_manager()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/oox/
H A Dconnectionsfragment.cxx31 ConnectionContext::ConnectionContext( WorkbookFragmentBase& rParent, Connection& rConnection ) : in ConnectionContext() function in oox::xls::ConnectionContext
37 ContextHandlerRef ConnectionContext::onCreateContext( sal_Int32 nElement, const AttributeList& rAtt… in onCreateContext()
64 void ConnectionContext::onStartElement( const AttributeList& rAttribs ) in onStartElement()
70 ContextHandlerRef ConnectionContext::onCreateRecordContext( sal_Int32 nRecId, SequenceInputStream& … in onCreateRecordContext()
97 void ConnectionContext::onStartRecord( SequenceInputStream& rStrm ) in onStartRecord()
119 return new ConnectionContext( *this, getConnections().createConnection() ); in onCreateContext()
136 return new ConnectionContext( *this, getConnections().createConnection() ); in onCreateRecordContext()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/pc/
H A Dconnection_context.h51 class ConnectionContext : public rtc::RefCountInterface {
56 static rtc::scoped_refptr<ConnectionContext> Create(
60 ConnectionContext(const ConnectionContext&) = delete;
61 ConnectionContext& operator=(const ConnectionContext&) = delete;
95 explicit ConnectionContext(PeerConnectionFactoryDependencies* dependencies);
97 virtual ~ConnectionContext();
H A Dconnection_context.cc76 rtc::scoped_refptr<ConnectionContext> ConnectionContext::Create( in Create()
78 auto context = new rtc::RefCountedObject<ConnectionContext>(dependencies); in Create()
85 ConnectionContext::ConnectionContext( in ConnectionContext() function in webrtc::ConnectionContext
130 ConnectionContext::~ConnectionContext() { in ~ConnectionContext()
143 cricket::ChannelManager* ConnectionContext::channel_manager() const { in channel_manager()
/dports/net/storj/storj-1.45.3/vendor/github.com/apache/thrift/lib/cpp/src/thrift/qt/
H A DTQTcpServer.cpp47 struct TQTcpServer::ConnectionContext { struct in apache::thrift::async::TQTcpServer
53 explicit ConnectionContext(shared_ptr<QTcpSocket> connection, in ConnectionContext() function
93 = shared_ptr<ConnectionContext>(new ConnectionContext(connection, transport, iprot, oprot)); in processIncoming()
110 shared_ptr<ConnectionContext> ctx = ctxMap_[connection]; in beginDecode()
143 void TQTcpServer::finish(shared_ptr<ConnectionContext> ctx, bool healthy) { in finish()
/dports/www/fabio/fabio-1.5.14/vendor/github.com/apache/thrift/thrift-da1169d75b15/lib/cpp/src/thrift/qt/
H A DTQTcpServer.cpp47 struct TQTcpServer::ConnectionContext { struct in apache::thrift::async::TQTcpServer
53 explicit ConnectionContext(shared_ptr<QTcpSocket> connection, in ConnectionContext() argument
93 = shared_ptr<ConnectionContext>(new ConnectionContext(connection, transport, iprot, oprot)); in processIncoming()
110 shared_ptr<ConnectionContext> ctx = ctxMap_[connection]; in beginDecode()
143 void TQTcpServer::finish(shared_ptr<ConnectionContext> ctx, bool healthy) { in finish()
/dports/devel/libsoup3/libsoup-3.0.3/tests/autobahn/
H A Dautobahn-test.c43 } ConnectionContext; typedef
63 ConnectionContext *ctx = (ConnectionContext *)data; in on_message_received()
75 ConnectionContext *ctx = (ConnectionContext *)data; in on_connection_closed()
89 ConnectionContext *ctx = user_data; in on_connect()
113 ConnectionContext *ctx = g_new0 (ConnectionContext, 1); in connect_and_run()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/share/classes/sun/security/ssl/
H A DSignatureAlgorithmsExtension.java169 public byte[] produce(ConnectionContext context, in produce()
221 public void consume(ConnectionContext context, in consume()
264 public void consume(ConnectionContext context, in consume()
320 public void absent(ConnectionContext context, in absent()
345 public void absent(ConnectionContext context, in absent()
394 public byte[] produce(ConnectionContext context, in produce()
444 public void consume(ConnectionContext context, in consume()
497 public void consume(ConnectionContext context, in consume()
537 public void absent(ConnectionContext context, in absent()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/share/classes/sun/security/ssl/
H A DSignatureAlgorithmsExtension.java169 public byte[] produce(ConnectionContext context, in produce()
221 public void consume(ConnectionContext context, in consume()
264 public void consume(ConnectionContext context, in consume()
320 public void absent(ConnectionContext context, in absent()
345 public void absent(ConnectionContext context, in absent()
394 public byte[] produce(ConnectionContext context, in produce()
444 public void consume(ConnectionContext context, in consume()
497 public void consume(ConnectionContext context, in consume()
537 public void absent(ConnectionContext context, in absent()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/thrift/lib/cpp/src/thrift/qt/
H A DTQTcpServer.cpp48 struct TQTcpServer::ConnectionContext { struct in apache::thrift::async::TQTcpServer
54 explicit ConnectionContext(shared_ptr<QTcpSocket> connection, in ConnectionContext() function
93 = std::make_shared<ConnectionContext>(connection, transport, iprot, oprot); in processIncoming()
110 shared_ptr<ConnectionContext> ctx = ctxMap_[connection]; in beginDecode()
143 void TQTcpServer::finish(shared_ptr<ConnectionContext> ctx, bool healthy) { in finish()
/dports/devel/thrift-cpp/thrift-0.14.0/lib/cpp/src/thrift/qt/
H A DTQTcpServer.cpp48 struct TQTcpServer::ConnectionContext { struct in apache::thrift::async::TQTcpServer
54 explicit ConnectionContext(shared_ptr<QTcpSocket> connection, in ConnectionContext() argument
93 = std::make_shared<ConnectionContext>(connection, transport, iprot, oprot); in processIncoming()
110 shared_ptr<ConnectionContext> ctx = ctxMap_[connection]; in beginDecode()
143 void TQTcpServer::finish(shared_ptr<ConnectionContext> ctx, bool healthy) { in finish()
/dports/devel/thrift-c_glib/thrift-0.14.0/lib/cpp/src/thrift/qt/
H A DTQTcpServer.cpp48 struct TQTcpServer::ConnectionContext { struct in apache::thrift::async::TQTcpServer
54 explicit ConnectionContext(shared_ptr<QTcpSocket> connection, in ConnectionContext() function
93 = std::make_shared<ConnectionContext>(connection, transport, iprot, oprot); in processIncoming()
110 shared_ptr<ConnectionContext> ctx = ctxMap_[connection]; in beginDecode()
143 void TQTcpServer::finish(shared_ptr<ConnectionContext> ctx, bool healthy) { in finish()
/dports/devel/thrift/thrift-0.14.0/lib/cpp/src/thrift/qt/
H A DTQTcpServer.cpp48 struct TQTcpServer::ConnectionContext { struct in apache::thrift::async::TQTcpServer
54 explicit ConnectionContext(shared_ptr<QTcpSocket> connection, in ConnectionContext() function
93 = std::make_shared<ConnectionContext>(connection, transport, iprot, oprot); in processIncoming()
110 shared_ptr<ConnectionContext> ctx = ctxMap_[connection]; in beginDecode()
143 void TQTcpServer::finish(shared_ptr<ConnectionContext> ctx, bool healthy) { in finish()
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/apache/thrift/lib/cpp/src/thrift/qt/
H A DTQTcpServer.cpp48 struct TQTcpServer::ConnectionContext { struct in apache::thrift::async::TQTcpServer
54 explicit ConnectionContext(shared_ptr<QTcpSocket> connection, in ConnectionContext() function
93 = std::make_shared<ConnectionContext>(connection, transport, iprot, oprot); in processIncoming()
110 shared_ptr<ConnectionContext> ctx = ctxMap_[connection]; in beginDecode()
143 void TQTcpServer::finish(shared_ptr<ConnectionContext> ctx, bool healthy) { in finish()
/dports/devel/node-thrift/thrift-0.14.0/lib/cpp/src/thrift/qt/
H A DTQTcpServer.cpp48 struct TQTcpServer::ConnectionContext { struct in apache::thrift::async::TQTcpServer
54 explicit ConnectionContext(shared_ptr<QTcpSocket> connection, in ConnectionContext() argument
93 = std::make_shared<ConnectionContext>(connection, transport, iprot, oprot); in processIncoming()
110 shared_ptr<ConnectionContext> ctx = ctxMap_[connection]; in beginDecode()
143 void TQTcpServer::finish(shared_ptr<ConnectionContext> ctx, bool healthy) { in finish()
/dports/devel/py-thrift/thrift-0.14.0/lib/cpp/src/thrift/qt/
H A DTQTcpServer.cpp48 struct TQTcpServer::ConnectionContext { struct in apache::thrift::async::TQTcpServer
54 explicit ConnectionContext(shared_ptr<QTcpSocket> connection, in ConnectionContext() argument
93 = std::make_shared<ConnectionContext>(connection, transport, iprot, oprot); in processIncoming()
110 shared_ptr<ConnectionContext> ctx = ctxMap_[connection]; in beginDecode()
143 void TQTcpServer::finish(shared_ptr<ConnectionContext> ctx, bool healthy) { in finish()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/sun/security/ssl/
H A DSignatureAlgorithmsExtension.java169 public byte[] produce(ConnectionContext context, in produce()
222 public void consume(ConnectionContext context, in consume()
265 public void consume(ConnectionContext context, in consume()
322 public void absent(ConnectionContext context, in absent()
347 public void absent(ConnectionContext context, in absent()
396 public byte[] produce(ConnectionContext context, in produce()
447 public void consume(ConnectionContext context, in consume()
500 public void consume(ConnectionContext context, in consume()
541 public void absent(ConnectionContext context, in absent()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/sun/security/ssl/
H A DSignatureAlgorithmsExtension.java173 public byte[] produce(ConnectionContext context, in produce()
226 public void consume(ConnectionContext context, in consume()
264 public void consume(ConnectionContext context, in consume()
321 public void absent(ConnectionContext context, in absent()
346 public void absent(ConnectionContext context, in absent()
395 public byte[] produce(ConnectionContext context, in produce()
446 public void consume(ConnectionContext context, in consume()
494 public void consume(ConnectionContext context, in consume()
535 public void absent(ConnectionContext context, in absent()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/sun/security/ssl/
H A DSignatureAlgorithmsExtension.java169 public byte[] produce(ConnectionContext context, in produce()
222 public void consume(ConnectionContext context, in consume()
265 public void consume(ConnectionContext context, in consume()
322 public void absent(ConnectionContext context, in absent()
347 public void absent(ConnectionContext context, in absent()
396 public byte[] produce(ConnectionContext context, in produce()
447 public void consume(ConnectionContext context, in consume()
500 public void consume(ConnectionContext context, in consume()
541 public void absent(ConnectionContext context, in absent()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/security/ssl/
H A DSignatureAlgorithmsExtension.java170 public byte[] produce(ConnectionContext context, in produce()
223 public void consume(ConnectionContext context, in consume()
266 public void consume(ConnectionContext context, in consume()
323 public void absent(ConnectionContext context, in absent()
348 public void absent(ConnectionContext context, in absent()
397 public byte[] produce(ConnectionContext context, in produce()
450 public void consume(ConnectionContext context, in consume()
503 public void consume(ConnectionContext context, in consume()
544 public void absent(ConnectionContext context, in absent()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/classes/sun/security/ssl/
H A DSignatureAlgorithmsExtension.java173 public byte[] produce(ConnectionContext context, in produce()
226 public void consume(ConnectionContext context, in consume()
264 public void consume(ConnectionContext context, in consume()
321 public void absent(ConnectionContext context, in absent()
346 public void absent(ConnectionContext context, in absent()
395 public byte[] produce(ConnectionContext context, in produce()
446 public void consume(ConnectionContext context, in consume()
494 public void consume(ConnectionContext context, in consume()
535 public void absent(ConnectionContext context, in absent()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/classes/sun/security/ssl/
H A DSignatureAlgorithmsExtension.java172 public byte[] produce(ConnectionContext context, in produce()
225 public void consume(ConnectionContext context, in consume()
263 public void consume(ConnectionContext context, in consume()
324 public void absent(ConnectionContext context, in absent()
349 public void absent(ConnectionContext context, in absent()
398 public byte[] produce(ConnectionContext context, in produce()
449 public void consume(ConnectionContext context, in consume()
491 public void consume(ConnectionContext context, in consume()
536 public void absent(ConnectionContext context, in absent()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/share/classes/sun/security/ssl/
H A DSignatureAlgorithmsExtension.java173 public byte[] produce(ConnectionContext context, in produce()
226 public void consume(ConnectionContext context, in consume()
264 public void consume(ConnectionContext context, in consume()
321 public void absent(ConnectionContext context, in absent()
346 public void absent(ConnectionContext context, in absent()
395 public byte[] produce(ConnectionContext context, in produce()
446 public void consume(ConnectionContext context, in consume()
494 public void consume(ConnectionContext context, in consume()
535 public void absent(ConnectionContext context, in absent()

12345678910>>...25