Lines Matching refs:xIn
159 …Reference< XInputStream> xIn = pHelper.get() ? pHelper->getInputStream() : Reference< XInputStream… in read_from_storage_stream() local
160 OSL_ENSURE(xIn.is(),"Input stream is NULL!"); in read_from_storage_stream()
161 if ( xIn.is() ) in read_from_storage_stream()
167 nBytesRead = xIn->readBytes(aData,1); in read_from_storage_stream()
228 …Reference< XInputStream> xIn = pHelper.get() ? pHelper->getInputStream() : Reference< XInputStream… in read_from_storage_stream_into_buffer() local
229 OSL_ENSURE(xIn.is(),"Input stream is NULL!"); in read_from_storage_stream_into_buffer()
230 if ( xIn.is() ) in read_from_storage_stream_into_buffer()
245 nBytesRead = xIn->readBytes(aData, len); in read_from_storage_stream_into_buffer()
305 …Reference< XInputStream> xIn = pHelper.get() ? pHelper->getInputStream() : Reference< XInputStream… in Java_com_sun_star_sdbcx_comp_hsqldb_NativeStorageAccess_readInt() local
306 OSL_ENSURE(xIn.is(),"Input stream is NULL!"); in Java_com_sun_star_sdbcx_comp_hsqldb_NativeStorageAccess_readInt()
307 if ( xIn.is() ) in Java_com_sun_star_sdbcx_comp_hsqldb_NativeStorageAccess_readInt()
313 nBytesRead = xIn->readBytes(aData, 4); in Java_com_sun_star_sdbcx_comp_hsqldb_NativeStorageAccess_readInt()