Home
last modified time | relevance | path

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

/external/webrtc/rtc_base/
Dhttp_common.h37 HttpAuthResult HttpAuthenticate(const char* challenge,
Dsocket_adapters.cc407 switch (HttpAuthenticate(data + 19, len - 19, proxy_, "CONNECT", "/", user_, in ProcessLine()
Dhttp_common.cc251 HttpAuthResult HttpAuthenticate(const char* challenge, in HttpAuthenticate() function