OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:endofline_network
(Results
1 - 2
of
2
) sorted by null
/external/curl/lib/
transfer.c
302
const char *
endofline_network
;
local
311
endofline_network
= "\x0a";
315
endofline_network
= "\x0d\x0a";
342
endofline_network
,
343
strlen(
endofline_network
));
390
nread += strlen(
endofline_network
); /* for the added end of line */
[
all
...]
http.c
1690
const char *
endofline_network
= NULL;
local
[
all
...]
Completed in 214 milliseconds