Home
last modified time | relevance | path

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

/trunk/main/ucb/source/ucp/webdav/
H A DCurlInputStream.cxx95 sal_Int32 theBytes2Read = nBytesToRead; in readBytes() local
97 if ( theBytes2Read > theBytesLeft ) in readBytes()
98 theBytes2Read = theBytesLeft; in readBytes()
101 aData.realloc( theBytes2Read ); in readBytes()
105 aData.getArray(), mInputBuffer.getConstArray() + mPos, theBytes2Read ); in readBytes()
108 mPos += theBytes2Read; in readBytes()
110 return theBytes2Read; in readBytes()

Completed in 14 milliseconds