Searched refs:m_fileptr (Results 1 – 2 of 2) sorted by relevance
/aoo42x/main/sal/osl/unx/ |
H A D | file.cxx | 88 off_t m_fileptr; /* logical offset from begin of file */ member 239 m_fileptr (0), in FileHandle_Impl() 278 return sal::static_int_cast< sal_uInt64 >(m_fileptr); in getPos() 284 m_fileptr = sal::static_int_cast< off_t >(uPos); in setPos() 1140 pImpl->m_fileptr, ppSequence, &uBytesRead); in osl_readLine() 1142 pImpl->m_fileptr += uBytesRead; in osl_readLine() 1169 pImpl->m_fileptr, pBuffer, nBytesRequested, pBytesRead); in osl_readFile() 1171 pImpl->m_fileptr += *pBytesRead; in osl_readFile() 1200 pImpl->m_fileptr, pBuffer, nBytesToWrite, pBytesWritten); in osl_writeFile() 1202 pImpl->m_fileptr += *pBytesWritten; in osl_writeFile()
|
/aoo42x/main/sal/osl/os2/ |
H A D | file.cxx | 184 off_t m_fileptr; /* logical offset from begin of file */ member 305 m_fileptr (0), in FileHandle_Impl() 342 return sal::static_int_cast< sal_uInt64 >(m_fileptr); in getPos() 347 m_fileptr = sal::static_int_cast< LONGLONG >(uPos); in setPos() 1657 pImpl->m_fileptr, ppSequence, &uBytesRead); in osl_readLine() 1659 pImpl->m_fileptr += uBytesRead; in osl_readLine() 1685 pImpl->m_fileptr, pBuffer, nBytesRequested, pBytesRead); in osl_readFile() 1687 pImpl->m_fileptr += *pBytesRead; in osl_readFile() 1715 pImpl->m_fileptr, pBuffer, nBytesToWrite, pBytesWritten); in osl_writeFile() 1717 pImpl->m_fileptr += *pBytesWritten; in osl_writeFile()
|
Completed in 33 milliseconds