Searched refs:_error (Results 1 – 5 of 5) sorted by relevance
/aoo41x/main/io/source/connector/ |
H A D | ctr_socket.cxx | 91 _error(sal_False) in SocketConnection() 151 notifyListeners(this, &_error, callError(any)); in read() 167 notifyListeners(this, &_error, callError(any)); in read() 189 notifyListeners(this, &_error, callError(any)); in write() 203 notifyListeners(this, &_error, callError(any)); in write()
|
H A D | connector.hxx | 134 sal_Bool _error; member in stoc_connector::SocketConnection
|
/aoo41x/main/io/source/acceptor/ |
H A D | acc_socket.cxx | 114 sal_Bool _error; member in io_acceptor::SocketConnection 169 _error(sal_False) in SocketConnection() 227 notifyListeners(this, &_error, callError(any)); in read() 243 notifyListeners(this, &_error, callError(any)); in read() 265 notifyListeners(this, &_error, callError(any)); in write() 279 notifyListeners(this, &_error, callError(any)); in write()
|
/aoo41x/main/mysqlc/source/ |
H A D | mysqlc_general.cxx | 65 void translateAndThrow(const ::sql::SQLException& _error, const ::com::sun::star::uno::Reference< :… in translateAndThrow() argument 68 convert(_error.what(), encoding), in translateAndThrow() 70 convert(_error.getSQLState(), encoding), in translateAndThrow() 71 _error.getErrorCode(), in translateAndThrow()
|
H A D | mysqlc_general.hxx | 50 …void translateAndThrow(const ::sql::SQLException& _error, const ::com::sun::star::uno::Reference< …
|
Completed in 26 milliseconds