Lines Matching refs:sal_uInt64

79 	sal_uInt64   m_size;    /* file size */
96 sal_uInt64 getPos() const;
97 oslFileError setPos (sal_uInt64 uPos);
99 sal_uInt64 getSize() const;
100 oslFileError setSize (sal_uInt64 uPos);
106 sal_uInt64 * pBytesRead);
112 sal_uInt64 * pBytesWritten);
117 sal_uInt64 uBytesRequested,
118 sal_uInt64 * pBytesRead);
123 sal_uInt64 uBytesToWrite,
124 sal_uInt64 * pBytesWritten);
129 sal_uInt64 * pBytesRead);
259 sal_uInt64 FileHandle_Impl::getPos() const in getPos()
261 return sal::static_int_cast< sal_uInt64 >(m_filepos); in getPos()
264 oslFileError FileHandle_Impl::setPos (sal_uInt64 uPos) in setPos()
270 sal_uInt64 FileHandle_Impl::getSize() const in getSize()
273 return std::max(m_size, sal::static_int_cast< sal_uInt64 >(bufend)); in getSize()
276 oslFileError FileHandle_Impl::setSize (sal_uInt64 uSize) in setSize()
297 sal_uInt64 * pBytesRead) in readAt()
328 sal_uInt64 * pBytesWritten) in writeAt()
351 m_size = std::max(m_size, sal::static_int_cast< sal_uInt64 >(m_offset)); in writeAt()
360 sal_uInt64 uBytesRequested, in readFileAt()
361 sal_uInt64 * pBytesRead) in readFileAt()
363 static sal_uInt64 const g_limit_dword = std::numeric_limits< DWORD >::max(); in readFileAt()
401 sal_uInt64 uDone = 0; in readFileAt()
411 sal_uInt64 uDone = 0; in readFileAt()
434 sal_uInt64 uBytesToWrite, in writeFileAt()
435 sal_uInt64 * pBytesWritten) in writeFileAt()
437 static sal_uInt64 const g_limit_dword = std::numeric_limits< DWORD >::max(); in writeFileAt()
474 sal_uInt64 uDone = 0; in writeFileAt()
486 sal_uInt64 uDone = 0; in writeFileAt()
507 sal_uInt64 * pBytesRead) in readLineAt()
520 sal_uInt64 uDone = 0; in readLineAt()
554 sal_uInt64 uDone = 0; in readLineAt()
650 sal_uInt64 uDone = 0; in syncFile()
690 pImpl->m_size = (sal::static_int_cast<sal_uInt64>(uSize.HighPart) << 32) + uSize.LowPart; in osl_createFileHandleFromOSHandle()
797 sal_uInt64 uLength, in osl_mapFile()
798 sal_uInt64 uOffset, in osl_mapFile()
876 SAL_CALL osl_unmapFile(void* pAddr, sal_uInt64 /* uLength */) in osl_unmapFile() argument
896 sal_uInt64 uBytesRead = 0; in osl_readLine()
912 sal_uInt64 uBytesRequested, in osl_readFile()
913 sal_uInt64 * pBytesRead) in osl_readFile()
933 sal_uInt64 uBytesToWrite, in osl_writeFile()
934 sal_uInt64 * pBytesWritten ) in osl_writeFile()
954 sal_uInt64 uOffset, in osl_readFileAt()
956 sal_uInt64 uBytesRequested, in osl_readFileAt()
957 sal_uInt64* pBytesRead) in osl_readFileAt()
966 static sal_uInt64 const g_limit_longlong = std::numeric_limits< LONGLONG >::max(); in osl_readFileAt()
980 sal_uInt64 uOffset, in osl_writeFileAt()
982 sal_uInt64 uBytesToWrite, in osl_writeFileAt()
983 sal_uInt64* pBytesWritten) in osl_writeFileAt()
992 static sal_uInt64 const g_limit_longlong = std::numeric_limits< LONGLONG >::max(); in osl_writeFileAt()
1018 SAL_CALL osl_getFilePos(oslFileHandle Handle, sal_uInt64 *pPos) in osl_getFilePos()
1075 SAL_CALL osl_getFileSize (oslFileHandle Handle, sal_uInt64 *pSize) in osl_getFileSize()
1089 SAL_CALL osl_setFileSize (oslFileHandle Handle, sal_uInt64 uSize) in osl_setFileSize()
1098 static sal_uInt64 const g_limit_longlong = std::numeric_limits< LONGLONG >::max(); in osl_setFileSize()