Searched refs:HttpHasAttribute (Results 1 – 1 of 1) sorted by relevance
187 bool HttpHasAttribute(const HttpAttributeList& attributes, in HttpHasAttribute() function312 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()