Home
last modified time | relevance | path

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

/aoo4110/main/ucb/source/ucp/webdav/
H A DSerfInputStream.cxx87 sal_Int32 theBytes2Read = nBytesToRead; in readBytes() local
89 if ( theBytes2Read > theBytesLeft ) in readBytes()
90 theBytes2Read = theBytesLeft; in readBytes()
93 aData.realloc( theBytes2Read ); in readBytes()
97 aData.getArray(), mInputBuffer.getConstArray() + mPos, theBytes2Read ); in readBytes()
100 mPos += theBytes2Read; in readBytes()
102 return theBytes2Read; in readBytes()

Completed in 12 milliseconds