Searched refs:theData (Results 1 – 2 of 2) sorted by relevance
792 uno::Sequence< sal_Int8 > theData( TRANSFER_BUFFER_SIZE ); in copyData() local796 while ( xIn->readBytes( theData, TRANSFER_BUFFER_SIZE ) > 0 ) in copyData()797 xOut->writeBytes( theData ); in copyData()
1422 uno::Sequence< sal_Int8 > theData( TRANSFER_BUFFER_SIZE ); in copyData() local1426 while ( xIn->readBytes( theData, TRANSFER_BUFFER_SIZE ) > 0 ) in copyData()1427 xOut->writeBytes( theData ); in copyData()
Completed in 33 milliseconds