Searched refs:uBytesToWrite (Results 1 – 8 of 8) sorted by relevance
/aoo4110/main/sal/osl/w32/ |
H A D | file.cxx | 123 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 D | file.cxx | 1184 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 D | swffilter.cxx | 87 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 D | filrec.cxx | 180 ::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 D | filrec.hxx | 75 …::osl::FileBase::RC write(const void *pBuffer, sal_uInt64 uBytesToWrite, sal_uInt64& rBytesWritten…
|
/aoo4110/main/sal/inc/osl/ |
H A D | file.h | 947 … osl_writeFile( oslFileHandle Handle, const void *pBuffer, sal_uInt64 uBytesToWrite, sal_uInt64 *p… 974 sal_uInt64 uBytesToWrite,
|
H A D | file.hxx | 1210 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 D | file.cxx | 1698 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 68 milliseconds