OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:linelength
(Results
1 - 3
of
3
) sorted by null
/external/stlport/src/details/
fstream_win32io.cpp
502
ptrdiff_t
linelength
= nextlf - nextblock;
local
503
memcpy(ptrtextbuf, nextblock,
linelength
);
504
ptrtextbuf +=
linelength
;
505
nextblock += (
linelength
+ 1);
/ndk/sources/cxx-stl/stlport/src/details/
fstream_win32io.cpp
502
ptrdiff_t
linelength
= nextlf - nextblock;
local
503
memcpy(ptrtextbuf, nextblock,
linelength
);
504
ptrtextbuf +=
linelength
;
505
nextblock += (
linelength
+ 1);
/external/pcre/
pcregrep.c
1083
size_t length,
linelength
;
local
1094
linelength
= t - ptr - endlinelength;
1095
length = multiline? (size_t)(endptr - ptr) :
linelength
;
[
all
...]
Completed in 155 milliseconds