Home
last modified time | relevance | path

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

/dports/benchmarks/polygraph/polygraph-4.13.0/src/runtime/
H A DhttpHdrs.cc236 bool MsgHdr::ParseAuthenticate(const char *&buf, const char *eoh, AuthChallenge &auth) { in ParseAuthenticate() function in MsgHdr
776 return ParseAuthenticate(buf, eoh, theProxyAuthenticate); in parseProxyAuthenticate()
780 return ParseAuthenticate(buf, eoh, theOriginAuthenticate); in parseWwwAuthenticate()
H A DhttpHdrs.h70 static bool ParseAuthenticate(const char *&buf, const char *eoh, AuthChallenge &auth);