OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:last_saw_cr
(Results
1 - 1
of
1
) sorted by null
/external/bluetooth/glib/gio/
gdatainputstream.c
647
gboolean
last_saw_cr
;
local
654
last_saw_cr
= *last_saw_cr_out;
682
if (
last_saw_cr
&& buffer[i] == 10)
692
if (
last_saw_cr
)
705
else if (
last_saw_cr
)
711
/* Don't check for CR here, instead look at
last_saw_cr
on next byte */
715
last_saw_cr
= (buffer[i] == 13);
727
*last_saw_cr_out =
last_saw_cr
;
758
gboolean
last_saw_cr
;
local
770
last_saw_cr
= FALSE
937
gboolean
last_saw_cr
;
member in struct:__anon1834
[
all
...]
Completed in 247 milliseconds