Home
last modified time | relevance | path

Searched refs:HH_TRANSFER_ENCODING (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/webrtc/base/
Dhttpbase_unittest.cc166 EXPECT_TRUE(data.hasHeader(HH_TRANSFER_ENCODING, &header)); in VerifyHeaderComplete()
272 data.setHeader(HH_TRANSFER_ENCODING, "chunked"); in SetupDocument()
Dhttpcommon.cc181 case HH_TRANSFER_ENCODING: in HttpHeaderIsEndToEnd()
485 ASSERT(!hasHeader(HH_TRANSFER_ENCODING, NULL)); in setDocumentAndLength()
494 setHeader(HH_TRANSFER_ENCODING, "chunked"); in setDocumentAndLength()
Dhttpbase.cc159 } else if (MatchHeader(line, nlen, HH_TRANSFER_ENCODING)) { in ProcessLine()
422 if (data_->hasHeader(HH_TRANSFER_ENCODING, &encoding) in send()
Dhttpcommon.h108 HH_TRANSFER_ENCODING, enumerator
Dhttpclient.cc345 if (request().hasHeader(HH_TRANSFER_ENCODING, NULL)) { in start()