Home
last modified time | relevance | path

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

/external/webrtc/webrtc/base/
Dhttpcommon.cc211 inline bool IsEndOfAttributeName(size_t pos, size_t len, const char * data) { in IsEndOfAttributeName() function
268 while (!IsEndOfAttributeName(pos, len, data)) { in HttpParseAttributes()