Home
last modified time | relevance | path

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

/aoo4110/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()
/aoo4110/main/sal/osl/unx/
H A Dfile.cxx1184 sal_uInt64 uBytesToWrite, in osl_writeFile() argument
1195 if (g_limit_ssize_t < uBytesToWrite) in osl_writeFile()
1197 size_t const nBytesToWrite = sal::static_int_cast< size_t >(uBytesToWrite); in osl_writeFile()
1249 sal_uInt64 uBytesToWrite, in osl_writeFileAt() argument
1267 if (g_limit_ssize_t < uBytesToWrite) in osl_writeFileAt()
1269 size_t const nBytesToWrite = sal::static_int_cast< size_t >(uBytesToWrite); in osl_writeFileAt()
/aoo4110/main/filter/source/flash/
H A Dswffilter.cxx87 sal_uInt64 uBytesToWrite = aData.getLength(); in writeBytes() local
92 while( uBytesToWrite ) in writeBytes()
94 osl::File::RC eRC = mrFile.write( pBuffer, uBytesToWrite, uBytesWritten); in writeBytes()
114 uBytesToWrite -= uBytesWritten; in writeBytes()
/aoo4110/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…
/aoo4110/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()
/aoo4110/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 108 milliseconds