Home
last modified time | relevance | path

Searched defs:bufend (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sal/osl/w32/
H A Dfile.cxx272 LONGLONG bufend = std::max((LONGLONG)(0), m_bufptr) + m_buflen; in getSize() local
/trunk/main/sal/osl/unx/
H A Dfile.cxx290 off_t const bufend = std::max((off_t)(0), m_bufptr) + m_buflen; in getSize() local
/trunk/main/sal/osl/os2/
H A Dfile.cxx353 LONGLONG bufend = std::max((LONGLONG)(0), m_bufptr) + m_buflen; in getSize() local

Completed in 40 milliseconds