Home
last modified time | relevance | path

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

/aoo41x/main/ucb/source/ucp/webdav/
H A DSerfInputStream.cxx40 : mLen( 0 ), in SerfInputStream()
58 mInputBuffer.realloc( sal::static_int_cast<sal_Int32>(mLen) + inLen ); in AddToStream()
59 rtl_copyMemory( mInputBuffer.getArray() + mLen, inBuf, inLen ); in AddToStream()
60 mLen += inLen; in AddToStream()
88 sal_Int32 theBytesLeft = sal::static_int_cast<sal_Int32>(mLen - mPos); in readBytes()
130 if ( mPos >= mLen ) in skipBytes()
131 mPos = mLen; in skipBytes()
143 return sal::static_int_cast<sal_Int32>(mLen - mPos); in available()
167 if ( location <= mLen ) in seek()
190 return mLen; in getLength()
H A DSerfInputStream.hxx47 sal_Int64 mLen; member in http_dav_ucp::SerfInputStream

Completed in 10 milliseconds