Home
last modified time | relevance | path

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

/trunk/main/ucb/source/ucp/webdav/
H A DCurlInputStream.cxx96 sal_Int32 theBytesLeft = sal::static_int_cast<sal_Int32>(mLen - mPos); in readBytes() local
97 if ( theBytes2Read > theBytesLeft ) in readBytes()
98 theBytes2Read = theBytesLeft; in readBytes()

Completed in 8 milliseconds