Home
last modified time | relevance | path

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

/external/chromium_org/net/http/
Dhttp_util.h138 static int LocateStartOfStatusLine(const char* buf, int buf_len);
Dhttp_util.cc508 int HttpUtil::LocateStartOfStatusLine(const char* buf, int buf_len) { in LocateStartOfStatusLine() function in net::HttpUtil
590 int status_begin_offset = LocateStartOfStatusLine(input_begin, input_len); in AssembleRawHeaders()
Dhttp_stream_parser.cc856 response_header_start_offset_ = HttpUtil::LocateStartOfStatusLine( in ParseResponseHeaders()