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

  /external/stlport/src/details/
fstream_win32io.cpp 498 char * nextlf; local
501 (nextlf = (char *)memchr(nextblock, _STLP_LF, nextblocksize)) != 0) {
502 ptrdiff_t linelength = nextlf - nextblock;
  /ndk/sources/cxx-stl/stlport/src/details/
fstream_win32io.cpp 498 char * nextlf; local
501 (nextlf = (char *)memchr(nextblock, _STLP_LF, nextblocksize)) != 0) {
502 ptrdiff_t linelength = nextlf - nextblock;

Completed in 68 milliseconds