OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:http_len
(Results
1 - 2
of
2
) sorted by null
/external/chromium/net/http/
http_util.cc
441
const int
http_len
= 4;
local
446
if (buf_len >=
http_len
) {
447
int i_max = std::min(buf_len -
http_len
, slop);
449
if (LowerCaseEqualsASCII(buf + i, buf + i +
http_len
, "http"))
/external/chromium_org/net/http/
http_util.cc
511
const int
http_len
= 4;
513
if (buf_len >=
http_len
) {
514
int i_max = std::min(buf_len -
http_len
, slop);
516
if (LowerCaseEqualsASCII(buf + i, buf + i +
http_len
, "http"))
Completed in 197 milliseconds