Home
last modified time | relevance | path

Searched refs:pConnection (Results 1 – 25 of 167) sorted by relevance

1234567

/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/filegdb/
H A DFGdbDriver.cpp104 if( pConnection != NULL ) in Open()
107 pConnection->m_nRefCount ++; in Open()
258 if( pConnection->IsLocked() ) in StartTransaction()
271 pConnection->m_nRefCount ++; in StartTransaction()
337 if( !pConnection->IsLocked() ) in CommitTransaction()
350 pConnection->m_nRefCount ++; in CommitTransaction()
417 pConnection->SetLocked(FALSE); in CommitTransaction()
435 if( !pConnection->IsLocked() ) in RollbackTransaction()
448 pConnection->m_nRefCount ++; in RollbackTransaction()
501 if( pConnection != NULL ) in Release()
[all …]
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/filegdb/
H A DFGdbDriver.cpp117 if( pConnection != nullptr ) in Open()
126 pConnection->m_nRefCount ++; in Open()
277 if( pConnection->IsLocked() ) in StartTransaction()
295 pConnection->m_nRefCount ++; in StartTransaction()
432 if( !pConnection->IsLocked() ) in CommitTransaction()
450 pConnection->m_nRefCount ++; in CommitTransaction()
636 pConnection->SetLocked(FALSE); in CommitTransaction()
654 if( !pConnection->IsLocked() ) in RollbackTransaction()
670 pConnection->m_nRefCount ++; in RollbackTransaction()
722 if( pConnection != nullptr ) in Release()
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/filegdb/
H A DFGdbDriver.cpp117 if( pConnection != nullptr )
126 pConnection->m_nRefCount ++;
277 if( pConnection->IsLocked() )
295 pConnection->m_nRefCount ++;
432 if( !pConnection->IsLocked() )
450 pConnection->m_nRefCount ++; in GetLayer()
636 pConnection->SetLocked(FALSE);
654 if( !pConnection->IsLocked() )
670 pConnection->m_nRefCount ++;
722 if( pConnection != nullptr ) in GetFieldDomain()
[all …]
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/filegdb/
H A DFGdbDriver.cpp117 if( pConnection != nullptr ) in Open()
126 pConnection->m_nRefCount ++; in Open()
277 if( pConnection->IsLocked() ) in StartTransaction()
295 pConnection->m_nRefCount ++; in StartTransaction()
432 if( !pConnection->IsLocked() ) in CommitTransaction()
450 pConnection->m_nRefCount ++; in CommitTransaction()
636 pConnection->SetLocked(FALSE); in CommitTransaction()
654 if( !pConnection->IsLocked() ) in RollbackTransaction()
670 pConnection->m_nRefCount ++; in RollbackTransaction()
722 if( pConnection != nullptr ) in Release()
[all …]
/dports/irc/kvirc/KVIrc-5.0.0-73-gbdeac0429/src/kvirc/sparser/
H A DKviIrcServerParser.cpp54 KviIrcMessage msg(message, pConnection); in parseMessage()
61 parms.append(pConnection->decodeText(msg.safePrefix())); in parseMessage()
62 parms.append(pConnection->decodeText(msg.command())); in parseMessage()
65 parms.append(pConnection->console()->decodeText(str.ptr())); in parseMessage()
119 parms.append(pConnection->decodeText(msg.safePrefix())); in parseMessage()
120 parms.append(pConnection->decodeText(msg.command())); in parseMessage()
133 QString szWText = pConnection->decodeText(msg.allParams()); in parseMessage()
136 pConnection->console()->output(KVI_OUT_UNRECOGNIZED, in parseMessage()
138 pConnection->console()->output(KVI_OUT_UNRECOGNIZED, in parseMessage()
140 pConnection->console()->output(KVI_OUT_UNRECOGNIZED, in parseMessage()
[all …]
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/server/auth/
H A DServerSecureUriHandler.cpp114 void operator()(boost::shared_ptr<http::AsyncConnection> pConnection) in operator ()() argument
116 if (!getUser(pConnection)) in operator ()()
120 invokeHandler(username_, userIdentifier_, pConnection); in operator ()()
128 if (!getUser(pConnection)) in operator ()()
144 pConnection_(pConnection) in InvocationVisitor()
155 pConnection_(pConnection), in InvocationVisitor()
182 bool getUser(boost::shared_ptr<http::AsyncConnection> pConnection) in getUser() argument
193 unauthorizedResponseFunction_(pConnection); in getUser()
202 … handler::refreshAuthCookies(userIdentifier_, pConnection->request(), &pConnection->response()); in getUser()
256 syncSetErrorFunction(pConnection->request(), &(pConnection->response())); in asyncSetError()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/remotecontrol/
H A DBluetoothServer.cxx128 DBusConnection *pConnection; in dbusConnectToNameOnBus() local
140 return pConnection; in dbusConnectToNameOnBus()
155 dbus_connection_flush( pConnection ); in sendUnrefAndWaitForReply()
206 getBluez5Adapter(DBusConnection *pConnection) in getBluez5Adapter() argument
974 dbus_connection_flush( pConnection ); in setupBluez5Profile1()
995 dbus_connection_flush(pConnection); in unregisterBluez5Profile()
1060 dbus_connection_flush(pConnection); in registerBluez5Profile()
1165 if( !pConnection ) in run()
1180 if (isBluez5Available(pConnection)) in run()
1225 dbus_connection_flush( pConnection ); in run()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/remotecontrol/
H A DBluetoothServer.cxx123 DBusConnection *pConnection; in dbusConnectToNameOnBus() local
135 return pConnection; in dbusConnectToNameOnBus()
150 dbus_connection_flush( pConnection ); in sendUnrefAndWaitForReply()
201 getBluez5Adapter(DBusConnection *pConnection) in getBluez5Adapter() argument
969 dbus_connection_flush( pConnection ); in setupBluez5Profile1()
990 dbus_connection_flush(pConnection); in unregisterBluez5Profile()
1055 dbus_connection_flush(pConnection); in registerBluez5Profile()
1160 if( !pConnection ) in run()
1175 if (isBluez5Available(pConnection)) in run()
1220 dbus_connection_flush( pConnection ); in run()
[all …]
/dports/irc/kvirc/KVIrc-5.0.0-73-gbdeac0429/src/modules/context/
H A Dlibkvicontext.cpp62 KviIrcConnection * pConnection = nullptr; \
64 pConnection = pConsole->context()->connection();
70 if(pConnection) \
72 if(pConnection->target()) \
86 if(pConnection) \
88 if(pConnection->serverInfo()) \
125 c->returnValue()->setString(pConnection->currentNetworkName()))
191 c->returnValue()->setString(pConnection->currentServerName()))
251 c->returnValue()->setString(pConnection->target()->server()->ip()))
336 c->returnValue()->setString(pConnection->serverInfo()->software()))
[all …]
/dports/devel/libfastcommon/libfastcommon-1.0.43/src/
H A Dconnection_pool.c81 if (pConnection->sock >= 0) in conn_pool_disconnect_server()
83 close(pConnection->sock); in conn_pool_disconnect_server()
84 pConnection->sock = -1; in conn_pool_disconnect_server()
95 if (pConnection->sock >= 0) in conn_pool_connect_server_ex()
97 close(pConnection->sock); in conn_pool_connect_server_ex()
110 if(pConnection->sock < 0) in conn_pool_connect_server_ex()
129 close(pConnection->sock); in conn_pool_connect_server_ex()
130 pConnection->sock = -1; in conn_pool_connect_server_ex()
135 pConnection->ip_addr, pConnection->port, in conn_pool_connect_server_ex()
146 close(pConnection->sock); in conn_pool_connect_server_ex()
[all …]
H A Dconnection_pool.h134 void conn_pool_disconnect_server(ConnectionInfo *pConnection);
146 int conn_pool_connect_server_ex(ConnectionInfo *pConnection,
158 static inline int conn_pool_connect_server(ConnectionInfo *pConnection, in conn_pool_connect_server() argument
162 return conn_pool_connect_server_ex(pConnection, in conn_pool_connect_server()
173 static inline int conn_pool_connect_server_anyway(ConnectionInfo *pConnection, in conn_pool_connect_server_anyway() argument
177 pConnection->sock = -1; in conn_pool_connect_server_anyway()
178 return conn_pool_connect_server_ex(pConnection, in conn_pool_connect_server_anyway()
/dports/finance/quickfix/quickfix-1.15.1/src/C++/
H A DThreadedSSLSocketInitiator.cpp337 pConnection->disconnect(); in doConnect()
338 delete pConnection; in doConnect()
378 int socket = pConnection->getSocket(); in socketThread()
383 if (!pConnection->connect()) in socketThread()
386 pConnection->disconnect(); in socketThread()
388 delete pConnection; in socketThread()
400 pConnection->disconnect(); in socketThread()
402 delete pConnection; in socketThread()
413 while (pConnection->read()) in socketThread()
417 SSL *ssl = pConnection->sslObject(); in socketThread()
[all …]
H A DThreadedSocketInitiator.cpp159 ThreadedSocketConnection* pConnection = in doConnect() local
162 ThreadPair* pair = new ThreadPair( this, pConnection ); in doConnect()
174 pConnection->disconnect(); in doConnect()
175 delete pConnection; in doConnect()
207 ThreadedSocketConnection* pConnection = pair->second; in socketThread() local
210 int socket = pConnection->getSocket(); in socketThread()
215 if( !pConnection->connect() ) in socketThread()
218 pConnection->disconnect(); in socketThread()
219 delete pConnection; in socketThread()
230 while ( pConnection->read() ) {} in socketThread()
[all …]
H A DDatabaseConnectionPool.h55 bool destroy( T* pConnection ) in destroy() argument
59 delete pConnection; in destroy() local
63 const DatabaseConnectionID& id = pConnection->connectionID(); in destroy()
68 if( connection.first != pConnection ) in destroy()
75 delete pConnection; in destroy() local
/dports/www/domoticz/domoticz-2020.2/hardware/plugins/
H A DPlugins.cpp1389 if (pConnection->pTransport && pConnection->pTransport->IsConnected()) in ConnectionConnect()
1395 if (!pConnection->pProtocol) in ConnectionConnect()
1425pConnection->pTransport = (CPluginTransport*) new CPluginTransportSerial(m_HwdID, (PyObject*)pConn… in ConnectionConnect()
1432 if (pConnection->pTransport) in ConnectionConnect()
1452 if (pConnection->pTransport && pConnection->pTransport->IsConnected()) in ConnectionListen()
1458 if (!pConnection->pProtocol) in ConnectionListen()
1498 if (pConnection->pTransport) in ConnectionListen()
1590 if (pConnection->pProtocol) in ConnectionDisconnect()
1592 pConnection->pProtocol->Flush(pMessage->m_pPlugin, (PyObject*)pConnection); in ConnectionDisconnect()
1708 if (pConnection->pProtocol) in DisconnectEvent()
[all …]
H A DPluginTransports.cpp32 CPlugin* pPlugin = pConnection ? pConnection->pPlugin : NULL; in VerifyConnection()
179 Py_DECREF(pConnection); in handleAsyncAccept()
189 Py_XDECREF(pConnection->Name); in handleAsyncAccept()
193 Py_XDECREF(pConnection->Port); in handleAsyncAccept()
210pConnection->pPlugin->MessagePlugin(new ProtocolDirective(pConnection->pPlugin, (PyObject*)pConnec… in handleAsyncAccept()
212pConnection->pPlugin->MessagePlugin(new onConnectCallback(pConnection->pPlugin, (PyObject*)pConnec… in handleAsyncAccept()
566 Py_XDECREF(pConnection->Name); in handleRead()
568 Py_INCREF(pConnection->Name); in handleRead()
580pConnection->pPlugin->MessagePlugin(new ProtocolDirective(pConnection->pPlugin, (PyObject*)pConnec… in handleRead()
581pConnection->pPlugin->MessagePlugin(new ReadEvent(pConnection->pPlugin, (PyObject*)pConnection, by… in handleRead()
[all …]
H A DPluginTransports.h28 …CPluginTransport(int HwdID, PyObject* pConnection) : m_HwdID(HwdID), m_pConnection(pConnection), m… in CPluginTransport() argument
58 …tIP(int HwdID, PyObject* pConnection, const std::string& Address, const std::string& Port) : CPlug… in CPluginTransportIP() argument
65 …CPluginTransportTCP(int HwdID, PyObject* pConnection, const std::string& Address, const std::strin… in CPluginTransportTCP() argument
66 …CPluginTransportIP(HwdID, pConnection, Address, Port), m_Socket(NULL), m_Resolver(ios), m_Acceptor… in CPluginTransportTCP()
88 …e(int HwdID, PyObject* pConnection, const std::string& Address, const std::string& Port) : CPlugin… in CPluginTransportTCPSecure() argument
104 …DP(int HwdID, PyObject* pConnection, const std::string& Address, const std::string& Port) : CPlugi… in CPluginTransportUDP() argument
119 …MP(int HwdID, PyObject* pConnection, const std::string& Address, const std::string& Port) : CPlugi… in CPluginTransportICMP() argument
142 CPluginTransportSerial(int HwdID, PyObject* pConnection, const std::string& Port, int Baud);
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/core/include/core/http/
H A DAsyncUriHandler.hpp51 AsyncUriHandlerFunctionVariantVisitor(boost::shared_ptr<AsyncConnection> pConnection) : in AsyncUriHandlerFunctionVariantVisitor() argument
52 pConnection_(pConnection) in AsyncUriHandlerFunctionVariantVisitor()
56 AsyncUriHandlerFunctionVariantVisitor(boost::shared_ptr<AsyncConnection> pConnection, in AsyncUriHandlerFunctionVariantVisitor() argument
59 pConnection_(pConnection), in AsyncUriHandlerFunctionVariantVisitor()
107 void operator()(boost::shared_ptr<AsyncConnection> pConnection) const in operator ()()
112 AsyncUriHandlerFunctionVariantVisitor visitor(pConnection); in operator ()()
116 void operator()(boost::shared_ptr<AsyncConnection> pConnection, in operator ()() argument
123 AsyncUriHandlerFunctionVariantVisitor visitor(pConnection, formData, isComplete); in operator ()()
140 boost::shared_ptr<AsyncConnection> pConnection) in visitHandler() argument
142 AsyncUriHandlerFunctionVariantVisitor visitor(pConnection); in visitHandler()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/appl/
H A Dimpldde.cxx109 pConnection.reset(); in ~SvDDEObject()
116 if( !pConnection ) in GetData()
119 if( pConnection->GetError() ) // then we try once more in GetData()
121 OUString sServer( pConnection->GetServiceName() ); in GetData()
122 OUString sTopic( pConnection->GetTopicName() ); in GetData()
136 DdeRequest aReq( *pConnection, sItem, 5000 ); in GetData()
162 return 0 == pConnection->GetError(); in GetData()
169 if( pConnection ) // Connection is already made in Connect()
192 if( pConnection->GetError() ) in Connect()
212 pLink.reset( new DdeHotLink( *pConnection, sItem ) ); in Connect()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/source/appl/
H A Dimpldde.cxx109 pConnection.reset(); in ~SvDDEObject()
116 if( !pConnection ) in GetData()
119 if( pConnection->GetError() ) // then we try once more in GetData()
121 OUString sServer( pConnection->GetServiceName() ); in GetData()
122 OUString sTopic( pConnection->GetTopicName() ); in GetData()
136 DdeRequest aReq( *pConnection, sItem, 5000 ); in GetData()
162 return 0 == pConnection->GetError(); in GetData()
169 if( pConnection ) // Connection is already made in Connect()
192 if( pConnection->GetError() ) in Connect()
212 pLink.reset( new DdeHotLink( *pConnection, sItem ) ); in Connect()
[all …]
/dports/audio/mixxx/mixxx-2.3.0/src/widget/
H A Dwbasewidget.cpp36 void WBaseWidget::setDisplayConnection(ControlParameterWidgetConnection* pConnection) { in setDisplayConnection() argument
38 m_pDisplayConnection = pConnection; in setDisplayConnection()
41 void WBaseWidget::addConnection(ControlParameterWidgetConnection* pConnection) { in addConnection() argument
42 m_connections.append(pConnection); in addConnection()
45 void WBaseWidget::addLeftConnection(ControlParameterWidgetConnection* pConnection) { in addLeftConnection() argument
46 m_leftConnections.append(pConnection); in addLeftConnection()
49 void WBaseWidget::addRightConnection(ControlParameterWidgetConnection* pConnection) { in addRightConnection() argument
50 m_rightConnections.append(pConnection); in addRightConnection()
53 void WBaseWidget::addPropertyConnection(ControlWidgetPropertyConnection* pConnection) { in addPropertyConnection() argument
54 m_propertyConnections.append(pConnection); in addPropertyConnection()
/dports/editors/libreoffice/libreoffice-7.2.6.2/connectivity/source/drivers/postgresql/
H A Dpq_connection.cxx127 if( m_settings.pConnection ) in ~Connection()
129 PQfinish( m_settings.pConnection ); in ~Connection()
130 m_settings.pConnection = nullptr; in ~Connection()
141 if( m_settings.pConnection ) in close()
145 m_settings.pConnection = nullptr; in close()
282 if( m_settings.pConnection == nullptr ) in getCatalog()
491 if( ! m_settings.pConnection ) in initialize()
497 PQfinish( m_settings.pConnection ); in initialize()
498 m_settings.pConnection = nullptr; in initialize()
507 p = PQdb( m_settings.pConnection ); in initialize()
[all …]
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/db/db_pgsql/
H A Dget_connection.cpp96 pRecord->Set_Value(0, pConnection->Get_Connection()); in On_Execute()
97 pRecord->Set_Value(1, pConnection->Get_Host ()); in On_Execute()
98 pRecord->Set_Value(2, pConnection->Get_Port ()); in On_Execute()
99 pRecord->Set_Value(3, pConnection->Get_DBName ()); in On_Execute()
100 pRecord->Set_Value(4, pConnection->Get_Version ()); in On_Execute()
101 pRecord->Set_Value(5, pConnection->Get_PostGIS ()); in On_Execute()
239 if( pConnection ) in On_Execute()
243 pConnection->GUI_Update(); in On_Execute()
710 if( pConnection ) in On_Execute()
712 if( pConnection->Execute("CREATE EXTENSION postgis") ) in On_Execute()
[all …]
/dports/audio/mixxx/mixxx-2.3.0/src/util/db/
H A Ddbconnectionpool.cpp28 auto pConnection = std::make_unique<DbConnection>(m_prototypeConnection, indexedConnectionName); in createThreadLocalConnection() local
29 if (!pConnection->open()) { in createThreadLocalConnection()
32 << *pConnection; in createThreadLocalConnection()
35 m_threadLocalConnections.setLocalData(pConnection.get()); // transfer ownership in createThreadLocalConnection()
36 pConnection.release(); // release ownership in createThreadLocalConnection()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/connectivity/source/drivers/postgresql/
H A Dpq_connection.cxx188 if( m_settings.pConnection ) in ~Connection()
190 PQfinish( m_settings.pConnection ); in ~Connection()
191 m_settings.pConnection = nullptr; in ~Connection()
210 if( m_settings.pConnection ) in close()
214 m_settings.pConnection = nullptr; in close()
352 if( m_settings.pConnection == nullptr ) in getCatalog()
556 if( ! m_settings.pConnection ) in initialize()
562 PQfinish( m_settings.pConnection ); in initialize()
563 m_settings.pConnection = nullptr; in initialize()
572 p = PQdb( m_settings.pConnection ); in initialize()
[all …]

1234567