OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:my_end
(Results
1 - 2
of
2
) sorted by null
/external/chromium/net/http/
partial_data.cc
28
std::string my_start,
my_end
;
local
32
my_end
= base::Int64ToString(end);
36
base::StringPrintf("bytes=%s-%s", my_start.c_str(),
my_end
.c_str()));
/external/iptables/iptables/
xtables.c
435
char *
my_end
;
local
443
v = strtoumax(s, &
my_end
, 0);
444
if (
my_end
== s)
447
*end =
my_end
;
453
return *
my_end
== '\0';
[
all
...]
Completed in 972 milliseconds