Searched defs:bufpos (Results 1 – 4 of 4) sorted by relevance
388 SIZE_T const bufpos = (nOffset % m_bufsiz); in readFileAt() local462 SIZE_T const bufpos = (nOffset % m_bufsiz); in writeFileAt() local532 SIZE_T bufpos = sal::static_int_cast< SIZE_T >(nOffset - m_bufptr), curpos = bufpos, dstpos = 0; in readLineAt() local
453 size_t const bufpos = (nOffset % m_bufsiz); in readFileAt() local524 size_t const bufpos = (nOffset % m_bufsiz); in writeFileAt() local596 size_t bufpos = nOffset - m_bufptr, curpos = bufpos, dstpos = 0; in readLineAt() local
488 size_t const bufpos = (nOffset % m_bufsiz); in readFileAt() local558 size_t const bufpos = (nOffset % m_bufsiz); in writeFileAt() local629 size_t bufpos = sal::static_int_cast< size_t >(nOffset - m_bufptr), curpos = bufpos, dstpos = 0; in readLineAt() local
119 int bufpos; member
Completed in 60 milliseconds