Lines Matching refs:m_bufptr
186 off_t m_bufptr; /* buffer offset from begin of file */ member
306 m_bufptr (-1), in FileHandle_Impl()
353 LONGLONG bufend = std::max((LONGLONG)(0), m_bufptr) + m_buflen; in getSize()
490 if (bufptr != m_bufptr) in readFileAt()
514 m_bufptr = bufptr, m_buflen = uDone; in readFileAt()
559 if (bufptr != m_bufptr) in writeFileAt()
585 m_bufptr = bufptr, m_buflen = uDone; in writeFileAt()
609 if (bufptr != m_bufptr) in readLineAt()
622 m_bufptr = bufptr, m_buflen = sal::static_int_cast< size_t >(uDone); in readLineAt()
629 size_t bufpos = sal::static_int_cast< size_t >(nOffset - m_bufptr), curpos = bufpos, dstpos = 0; in readLineAt()
648 if (bufptr != m_bufptr) in readLineAt()
655 m_bufptr = bufptr, m_buflen = sal::static_int_cast< size_t >(uDone); in readLineAt()
658 bufpos = sal::static_int_cast< size_t >(nOffset - m_bufptr), curpos = bufpos; in readLineAt()
748 result = writeAt (m_bufptr, m_buffer, m_buflen, &uDone); in syncFile()
1898 pImpl->m_bufptr = -1, pImpl->m_buflen = 0; in osl_setFileSize()