Home
last modified time | relevance | path

Searched refs:m_bufptr (Results 1 – 3 of 3) sorted by relevance

/aoo4110/main/sal/osl/w32/
H A Dfile.cxx83 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()
463 if (bufptr != m_bufptr) in writeFileAt()
469 m_bufptr = -1, m_buflen = 0; in writeFileAt()
512 if (bufptr != m_bufptr) in readLineAt()
551 if (bufptr != m_bufptr) in readLineAt()
651 result = writeAt (m_bufptr, m_buffer, m_buflen, &uDone); in syncFile()
[all …]
/aoo4110/main/sal/osl/unx/
H A Dfile.cxx242 m_bufptr (-1), in FileHandle_Impl()
457 if (bufptr != m_bufptr) in readFileAt()
463 m_bufptr = -1, m_buflen = 0; in readFileAt()
482 m_bufptr = bufptr, m_buflen = uDone; in readFileAt()
527 if (bufptr != m_bufptr) in writeFileAt()
533 m_bufptr = -1, m_buflen = 0; in writeFileAt()
554 m_bufptr = bufptr, m_buflen = uDone; in writeFileAt()
578 if (bufptr != m_bufptr) in readLineAt()
591 m_bufptr = bufptr, m_buflen = uDone; in readLineAt()
617 if (bufptr != m_bufptr) in readLineAt()
[all …]
/aoo4110/main/sal/osl/os2/
H A Dfile.cxx186 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()
648 if (bufptr != m_bufptr) in readLineAt()
748 result = writeAt (m_bufptr, m_buffer, m_buflen, &uDone); in syncFile()
[all …]

Completed in 57 milliseconds