Home
last modified time | relevance | path

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

/aoo42x/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 …]
/aoo42x/main/sal/osl/unx/
H A Dfile.cxx240 m_bufptr (-1), in FileHandle_Impl()
455 if (bufptr != m_bufptr) in readFileAt()
461 m_bufptr = -1, m_buflen = 0; in readFileAt()
480 m_bufptr = bufptr, m_buflen = uDone; in readFileAt()
525 if (bufptr != m_bufptr) in writeFileAt()
531 m_bufptr = -1, m_buflen = 0; in writeFileAt()
552 m_bufptr = bufptr, m_buflen = uDone; in writeFileAt()
576 if (bufptr != m_bufptr) in readLineAt()
589 m_bufptr = bufptr, m_buflen = uDone; in readLineAt()
615 if (bufptr != m_bufptr) in readLineAt()
[all …]
/aoo42x/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 112 milliseconds