Searched refs:HttpParseAttributes (Results 1 – 3 of 3) sorted by relevance
/external/webrtc/webrtc/base/ |
D | httpclient.cc | 63 HttpParseAttributes(value.data(), value.size(), directives); in HttpShouldCache() 98 HttpParseAttributes(s_temp.data(), s_temp.size(), cache_control); in HttpGetCacheState()
|
D | httpcommon.cc | 253 void HttpParseAttributes(const char * data, size_t len, in HttpParseAttributes() function 757 HttpParseAttributes(challenge, len, args); in HttpAuthenticate()
|
D | httpcommon.h | 163 void HttpParseAttributes(const char * data, size_t len,
|