Home
last modified time | relevance | path

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

/aoo4110/main/ucb/source/ucp/webdav/
H A DSerfInputStream.cxx88 sal_Int32 theBytesLeft = sal::static_int_cast<sal_Int32>(mLen - mPos); in readBytes() local
89 if ( theBytes2Read > theBytesLeft ) in readBytes()
90 theBytes2Read = theBytesLeft; in readBytes()

Completed in 14 milliseconds