Searched refs:_error (Results 1 – 5 of 5) sorted by relevance
| /trunk/main/io/source/acceptor/ |
| H A D | acc_socket.cxx | 103 sal_Bool _error; member in io_acceptor::SocketConnection 158 _error(sal_False) in SocketConnection() 214 notifyListeners(this, &_error, callError(any)); in read() 230 notifyListeners(this, &_error, callError(any)); in read() 250 notifyListeners(this, &_error, callError(any)); in write() 264 notifyListeners(this, &_error, callError(any)); in write()
|
| /trunk/main/io/source/connector/ |
| H A D | ctr_socket.cxx | 91 _error(sal_False) in SocketConnection() 149 notifyListeners(this, &_error, callError(any)); in read() 165 notifyListeners(this, &_error, callError(any)); in read() 185 notifyListeners(this, &_error, callError(any)); in write() 199 notifyListeners(this, &_error, callError(any)); in write()
|
| H A D | connector.hxx | 114 sal_Bool _error; member in stoc_connector::SocketConnection
|
| /trunk/main/mysqlc/source/ |
| H A D | mysqlc_general.cxx | 63 void translateAndThrow(const ::sql::SQLException& _error, const ::com::sun::star::uno::Reference< :… in translateAndThrow() argument 66 convert(_error.what(), encoding), in translateAndThrow() 68 convert(_error.getSQLState(), encoding), in translateAndThrow() 69 _error.getErrorCode(), in translateAndThrow()
|
| H A D | mysqlc_general.hxx | 48 …void translateAndThrow(const ::sql::SQLException& _error, const ::com::sun::star::uno::Reference< …
|