Home
last modified time | relevance | path

Searched refs:theData (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/ucb/source/ucp/gio/
H A Dgio_content.cxx792 uno::Sequence< sal_Int8 > theData( TRANSFER_BUFFER_SIZE ); in copyData() local
796 while ( xIn->readBytes( theData, TRANSFER_BUFFER_SIZE ) > 0 ) in copyData()
797 xOut->writeBytes( theData ); in copyData()
/aoo4110/main/ucb/source/ucp/gvfs/
H A Dgvfs_content.cxx1424 uno::Sequence< sal_Int8 > theData( TRANSFER_BUFFER_SIZE ); in copyData() local
1428 while ( xIn->readBytes( theData, TRANSFER_BUFFER_SIZE ) > 0 ) in copyData()
1429 xOut->writeBytes( theData ); in copyData()

Completed in 26 milliseconds