OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:linelength
(Results
1 - 4
of
4
) sorted by null
/prebuilts/ndk/r11/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);
/prebuilts/ndk/r13/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/curl/lib/
http.c
2486
size_t
linelength
=0;
local
[
all
...]
/external/pcre/dist2/src/
pcre2grep.c
1885
size_t length,
linelength
;
local
[
all
...]
Completed in 639 milliseconds