Home
last modified time | relevance | path

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

/external/webrtc/rtc_base/
Dhttp_common.cc119 typedef std::vector<HttpAttribute> HttpAttributeList; typedef
138 HttpAttributeList& attributes) { in HttpParseAttributes()
187 bool HttpHasAttribute(const HttpAttributeList& attributes, in HttpHasAttribute()
190 for (HttpAttributeList::const_iterator it = attributes.begin(); in HttpHasAttribute()
202 bool HttpHasNthAttribute(HttpAttributeList& attributes, in HttpHasNthAttribute()
261 HttpAttributeList args; in HttpAuthenticate()