HomeSort by relevance Sort by last modified time
    Searched refs:ptrtextbuf (Results 1 - 2 of 2) sorted by null

  /external/stlport/src/details/
fstream_win32io.cpp 494 char * nextblock = buf, * ptrtextbuf = textbuf; local
503 memcpy(ptrtextbuf, nextblock, linelength);
504 ptrtextbuf += linelength;
506 * ptrtextbuf ++ = _STLP_CR;
507 * ptrtextbuf ++ = _STLP_LF;
509 (max) (ptrdiff_t(0), ptrdiff_t(endtextbuf - ptrtextbuf)));
512 // endtextbuf may get < ptrtextbuf ...
514 memcpy(ptrtextbuf, nextblock, nextblocksize);
515 ptrtextbuf += nextblocksize;
520 for (size_t NumberOfBytesToWrite = (size_t)(ptrtextbuf - textbuf)
    [all...]
  /ndk/sources/cxx-stl/stlport/src/details/
fstream_win32io.cpp 494 char * nextblock = buf, * ptrtextbuf = textbuf; local
503 memcpy(ptrtextbuf, nextblock, linelength);
504 ptrtextbuf += linelength;
506 * ptrtextbuf ++ = _STLP_CR;
507 * ptrtextbuf ++ = _STLP_LF;
509 (max) (ptrdiff_t(0), ptrdiff_t(endtextbuf - ptrtextbuf)));
512 // endtextbuf may get < ptrtextbuf ...
514 memcpy(ptrtextbuf, nextblock, nextblocksize);
515 ptrtextbuf += nextblocksize;
520 for (size_t NumberOfBytesToWrite = (size_t)(ptrtextbuf - textbuf)
    [all...]

Completed in 78 milliseconds