Lines Matching refs:m_bufptr
83 LONGLONG m_bufptr; /* buffer offset from begin of file */ member
225 m_bufptr (-1), in FileHandle_Impl()
272 LONGLONG bufend = std::max((LONGLONG)(0), m_bufptr) + m_buflen; in getSize()
390 if (bufptr != m_bufptr) in readFileAt()
396 m_bufptr = -1, m_buflen = 0; in readFileAt()
415 m_bufptr = bufptr, m_buflen = sal::static_int_cast< SIZE_T >(uDone); in readFileAt()
463 if (bufptr != m_bufptr) in writeFileAt()
469 m_bufptr = -1, m_buflen = 0; in writeFileAt()
490 m_bufptr = bufptr, m_buflen = sal::static_int_cast< SIZE_T >(uDone); in writeFileAt()
512 if (bufptr != m_bufptr) in readLineAt()
525 m_bufptr = bufptr, m_buflen = sal::static_int_cast< SIZE_T >(uDone); in readLineAt()
532 SIZE_T bufpos = sal::static_int_cast< SIZE_T >(nOffset - m_bufptr), curpos = bufpos, dstpos = 0; in readLineAt()
551 if (bufptr != m_bufptr) in readLineAt()
558 m_bufptr = bufptr, m_buflen = sal::static_int_cast< SIZE_T >(uDone); in readLineAt()
561 bufpos = sal::static_int_cast< SIZE_T >(nOffset - m_bufptr), curpos = bufpos; in readLineAt()
651 result = writeAt (m_bufptr, m_buffer, m_buflen, &uDone); in syncFile()
1106 pImpl->m_bufptr = -1, pImpl->m_buflen = 0; in osl_setFileSize()