Home
last modified time | relevance | path

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

/external/webrtc/webrtc/base/
Dhttpcommon.h153 bool HttpHeaderIsEndToEnd(HttpHeader header);
Dhttpclient.cc202 if (FromString(header, it->first) && !HttpHeaderIsEndToEnd(header)) in HttpWriteCacheHeaders()
Dhttpcommon.cc172 bool HttpHeaderIsEndToEnd(HttpHeader header) { in HttpHeaderIsEndToEnd() function