Home
last modified time | relevance | path

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

/external/webrtc/rtc_base/
Dhttp_common.cc121 inline bool IsEndOfAttributeName(size_t pos, size_t len, const char* data) { in IsEndOfAttributeName() function
152 while (!IsEndOfAttributeName(pos, len, data)) { in HttpParseAttributes()