Searched refs:m_bufptr (Results 1 – 3 of 3) sorted by relevance
| /trunk/main/sal/osl/w32/ |
| H A D | file.cxx | 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() [all …]
|
| /trunk/main/sal/osl/unx/ |
| H A D | file.cxx | 90 off_t m_bufptr; /* buffer offset from begin of file */ member 240 m_bufptr (-1), in FileHandle_Impl() 290 off_t const bufend = std::max((off_t)(0), m_bufptr) + m_buflen; in getSize() 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() [all …]
|
| /trunk/main/sal/osl/os2/ |
| H A D | file.cxx | 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() [all …]
|