Searched refs:_closed (Results 1 – 4 of 4) sorted by relevance
93 protected boolean _closed; field in PipedConnection136 if(_closed) throw new com.sun.star.io.IOException("connection has been closed"); in receive()177 while(nBytesToRead > 0 && (_in != _out || !_closed)) { in read()178 while(_in == _out && !_closed) { in read()246 if(!_closed) { in close()247 _closed = true; in close()
113 sal_Bool _closed; member in io_acceptor::SocketConnection168 _closed(sal_False), in SocketConnection()300 notifyListeners(this, &_closed, callClosed); in close()
90 _closed(sal_False), in SocketConnection()224 notifyListeners(this, &_closed, callClosed); in close()
133 sal_Bool _closed; member in stoc_connector::SocketConnection
Completed in 27 milliseconds