Searched refs:curpos (Results 1 – 3 of 3) sorted by relevance
| /trunk/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 …]
|
| /trunk/main/sal/osl/unx/ |
| H A D | file.cxx | 596 size_t bufpos = nOffset - m_bufptr, curpos = bufpos, dstpos = 0; in readLineAt() local 601 if (curpos >= m_buflen) in readLineAt() 604 if (0 < (curpos - bufpos)) in readLineAt() 608 ppSequence, &dstpos, &(m_buffer[bufpos]), curpos - bufpos); in readLineAt() 611 *pBytesRead += curpos - bufpos, nOffset += curpos - bufpos; in readLineAt() 625 bufpos = nOffset - m_bufptr, curpos = bufpos; in readLineAt() 633 switch (m_buffer[curpos]) in readLineAt() 637 curpos++; in readLineAt() 646 switch (m_buffer[curpos]) in readLineAt() 655 curpos++; in readLineAt() [all …]
|
| /trunk/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 …]
|