Home
last modified time | relevance | path

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

/aoo42x/main/sal/osl/w32/
H A Dfile.cxx123 sal_uInt64 uBytesToWrite,
434 sal_uInt64 uBytesToWrite, in writeFileAt() argument
438 if (g_limit_dword < uBytesToWrite) in writeFileAt()
440 DWORD nBytesToWrite = sal::static_int_cast< DWORD >(uBytesToWrite); in writeFileAt()
933 sal_uInt64 uBytesToWrite, in osl_writeFile() argument
944 pImpl->m_filepos, pBuffer, uBytesToWrite, pBytesWritten); in osl_writeFile()
982 sal_uInt64 uBytesToWrite, in osl_writeFileAt() argument
999 return pImpl->writeFileAt (nOffset, pBuffer, uBytesToWrite, pBytesWritten); in osl_writeFileAt()
/aoo42x/main/sal/osl/unx/
H A Dfile.cxx1182 sal_uInt64 uBytesToWrite, in osl_writeFile() argument
1193 if (g_limit_ssize_t < uBytesToWrite) in osl_writeFile()
1195 size_t const nBytesToWrite = sal::static_int_cast< size_t >(uBytesToWrite); in osl_writeFile()
1247 sal_uInt64 uBytesToWrite, in osl_writeFileAt() argument
1265 if (g_limit_ssize_t < uBytesToWrite) in osl_writeFileAt()
1267 size_t const nBytesToWrite = sal::static_int_cast< size_t >(uBytesToWrite); in osl_writeFileAt()
/aoo42x/main/filter/source/flash/
H A Dswffilter.cxx95 sal_uInt64 uBytesToWrite = aData.getLength(); in writeBytes() local
100 while( uBytesToWrite ) in writeBytes()
102 osl::File::RC eRC = mrFile.write( pBuffer, uBytesToWrite, uBytesWritten); in writeBytes()
122 uBytesToWrite -= uBytesWritten; in writeBytes()
/aoo42x/main/ucb/source/ucp/file/
H A Dfilrec.cxx180 ::osl::FileBase::RC ReconnectingFile::write(const void *pBuffer, sal_uInt64 uBytesToWrite, sal_uInt… in write() argument
185 return m_aFile.write( pBuffer, uBytesToWrite, rBytesWritten ); in write()
H A Dfilrec.hxx75 …::osl::FileBase::RC write(const void *pBuffer, sal_uInt64 uBytesToWrite, sal_uInt64& rBytesWritten…
/aoo42x/main/sal/inc/osl/
H A Dfile.h947 … osl_writeFile( oslFileHandle Handle, const void *pBuffer, sal_uInt64 uBytesToWrite, sal_uInt64 *p…
974 sal_uInt64 uBytesToWrite,
H A Dfile.hxx1210 inline RC write(const void *pBuffer, sal_uInt64 uBytesToWrite, sal_uInt64& rBytesWritten) in write() argument
1212 return (RC) osl_writeFile( _pData, pBuffer, uBytesToWrite, &rBytesWritten ); in write()
/aoo42x/main/sal/osl/os2/
H A Dfile.cxx1698 sal_uInt64 uBytesToWrite, in osl_writeFile() argument
1709 if (g_limit_ssize_t < uBytesToWrite) in osl_writeFile()
1711 size_t const nBytesToWrite = sal::static_int_cast< size_t >(uBytesToWrite); in osl_writeFile()
1761 sal_uInt64 uBytesToWrite, in osl_writeFileAt() argument
1779 if (g_limit_ssize_t < uBytesToWrite) in osl_writeFileAt()
1781 size_t const nBytesToWrite = sal::static_int_cast< size_t >(uBytesToWrite); in osl_writeFileAt()

Completed in 66 milliseconds