Searched refs:curpos (Results 1 – 3 of 3) sorted by relevance
| /AOO41X/main/sal/osl/w32/ |
| H A D | file.cxx | 532 SIZE_T bufpos = sal::static_int_cast< SIZE_T >(nOffset - m_bufptr), curpos = bufpos, dstpos = 0; in readLineAt() 537 if (curpos >= m_buflen) in readLineAt() 540 if (0 < (curpos - bufpos)) in readLineAt() 544 ppSequence, &dstpos, &(m_buffer[bufpos]), curpos - bufpos); in readLineAt() 547 *pBytesRead += curpos - bufpos, nOffset += curpos - bufpos; in readLineAt() 561 bufpos = sal::static_int_cast< SIZE_T >(nOffset - m_bufptr), curpos = bufpos; in readLineAt() 569 switch (m_buffer[curpos]) in readLineAt() 573 curpos++; in readLineAt() 582 switch (m_buffer[curpos]) in readLineAt() 591 curpos++; in readLineAt() [all …]
|
| /AOO41X/main/sal/osl/unx/ |
| H A D | file.cxx | 598 size_t bufpos = nOffset - m_bufptr, curpos = bufpos, dstpos = 0; in readLineAt() local 603 if (curpos >= m_buflen) in readLineAt() 606 if (0 < (curpos - bufpos)) in readLineAt() 610 ppSequence, &dstpos, &(m_buffer[bufpos]), curpos - bufpos); in readLineAt() 613 *pBytesRead += curpos - bufpos, nOffset += curpos - bufpos; in readLineAt() 627 bufpos = nOffset - m_bufptr, curpos = bufpos; in readLineAt() 635 switch (m_buffer[curpos]) in readLineAt() 639 curpos++; in readLineAt() 648 switch (m_buffer[curpos]) in readLineAt() 657 curpos++; in readLineAt() [all …]
|
| /AOO41X/main/sal/osl/os2/ |
| H A D | file.cxx | 629 size_t bufpos = sal::static_int_cast< size_t >(nOffset - m_bufptr), curpos = bufpos, dstpos = 0; in readLineAt() 634 if (curpos >= m_buflen) in readLineAt() 637 if (0 < (curpos - bufpos)) in readLineAt() 641 ppSequence, &dstpos, &(m_buffer[bufpos]), curpos - bufpos); in readLineAt() 644 *pBytesRead += curpos - bufpos, nOffset += curpos - bufpos; in readLineAt() 658 bufpos = sal::static_int_cast< size_t >(nOffset - m_bufptr), curpos = bufpos; in readLineAt() 666 switch (m_buffer[curpos]) in readLineAt() 670 curpos++; in readLineAt() 679 switch (m_buffer[curpos]) in readLineAt() 688 curpos++; in readLineAt() [all …]
|