Home
last modified time | relevance | path

Searched refs:LocateStartOfStatusLine (Results 1 – 3 of 3) sorted by relevance

/external/chromium/net/http/
Dhttp_util.h118 static int LocateStartOfStatusLine(const char* buf, int buf_len);
Dhttp_util.cc439 int HttpUtil::LocateStartOfStatusLine(const char* buf, int buf_len) { in LocateStartOfStatusLine() function in net::HttpUtil
521 int status_begin_offset = LocateStartOfStatusLine(input_begin, input_len); in AssembleRawHeaders()
Dhttp_stream_parser.cc564 response_header_start_offset_ = HttpUtil::LocateStartOfStatusLine( in ParseResponseHeaders()