Home
last modified time | relevance | path

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

/aoo41x/main/ucb/source/ucp/gio/
H A Dgio_content.cxx787 const int TRANSFER_BUFFER_SIZE = 65536; variable
792 uno::Sequence< sal_Int8 > theData( TRANSFER_BUFFER_SIZE ); in copyData()
796 while ( xIn->readBytes( theData, TRANSFER_BUFFER_SIZE ) > 0 ) in copyData()
/aoo41x/main/ucb/source/ucp/gvfs/
H A Dgvfs_content.cxx73 const int TRANSFER_BUFFER_SIZE = 65536; variable
1424 uno::Sequence< sal_Int8 > theData( TRANSFER_BUFFER_SIZE ); in copyData()
1428 while ( xIn->readBytes( theData, TRANSFER_BUFFER_SIZE ) > 0 ) in copyData()

Completed in 21 milliseconds