Home
last modified time | relevance | path

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

/external/webrtc/rtc_base/
Dhttp_common.cc187 bool HttpHasAttribute(const HttpAttributeList& attributes, in HttpHasAttribute() function
312 HttpHasAttribute(args, "realm", &realm); in HttpAuthenticate()
313 HttpHasAttribute(args, "nonce", &nonce); in HttpAuthenticate()
314 bool has_qop = HttpHasAttribute(args, "qop", &qop); in HttpAuthenticate()
315 bool has_opaque = HttpHasAttribute(args, "opaque", &opaque); in HttpAuthenticate()