Home
last modified time | relevance | path

Searched refs:_error (Results 1 – 5 of 5) sorted by relevance

/trunk/main/io/source/acceptor/
H A Dacc_socket.cxx103 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 Dctr_socket.cxx91 _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 Dconnector.hxx114 sal_Bool _error; member in stoc_connector::SocketConnection
/trunk/main/mysqlc/source/
H A Dmysqlc_general.cxx63 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 Dmysqlc_general.hxx48 …void translateAndThrow(const ::sql::SQLException& _error, const ::com::sun::star::uno::Reference< …