Lines Matching refs:GetError
102 if( pImplData->aOut.GetError() || !pImplData->aOut.IsOpen() ) in SvParser()
196 bErr = rInput.IsEof() || rInput.GetError(); in GetNextChar()
202 bErr = rInput.IsEof() || rInput.GetError(); in GetNextChar()
235 !(rInput.IsEof() || rInput.GetError()) && in GetNextChar()
240 bErr = rInput.IsEof() || rInput.GetError(); in GetNextChar()
261 bErr = rInput.IsEof() || rInput.GetError(); in GetNextChar()
297 bErr = rInput.IsEof() || rInput.GetError(); in GetNextChar()
339 bErr = rInput.IsEof() || rInput.GetError(); in GetNextChar()
403 if( ERRCODE_IO_PENDING == rInput.GetError() ) in GetNextChar()
552 if( ERRCODE_IO_PENDING == rInput.GetError() ) in RestoreState()
638 if( ERRCODE_IO_PENDING == pThis->rInput.GetError() ) in IMPL_STATIC_LINK()